STM32F1xx library error
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-06-18 7:34 PM
There is a list of error when i try to use stm32f1xx library
also stm32f10x does not support stmf103rb ?
Labels:
- Labels:
-
CAN
-
STM32Cube MCU Packages
-
STM32F1 Series
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-06-18 9:25 PM
Check that your stm32f1xx_hal_conf.h file enables the CAN module.​
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-06-18 10:36 PM
#define HAL_CAN_MODULE_ENABLED
​
this is enabled in stm32f1xx_hal_con.h​
