Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not compiling using H753ZI #28

Open
Hitomamacs opened this issue Mar 18, 2024 · 1 comment
Open

Not compiling using H753ZI #28

Hitomamacs opened this issue Mar 18, 2024 · 1 comment

Comments

@Hitomamacs
Copy link

Hi, im trying to use this library but when i include it in my project it doesn't compile and i get errors of missing definition of the macros

like

STM32_CAN.h:126:26: error: expected ')' before '*' token
  126 |     STM32_CAN(CAN_TypeDef* canPort, CAN_PINS pins, RXQUEUE_TABLE rxSize = RX_SIZE_16, TXQUEUE_TABLE txSize = TX_SIZE_16);  

I've created a file named hal_conf_extra.h like in the examples, the problem is that even the examples do not compile
Please help me

@pazi88
Copy link
Owner

pazi88 commented Mar 18, 2024

That one has CANFD and not CAN interface, so that's why it doesn't compile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants