NUCLEO-F412ZG CAN Configuration issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-05 2:19 PM - last edited on ‎2024-04-05 2:41 PM by mƎALLEm
I having trouble getting the correct CAN timing configured with default 96Mhz System Clock on the NUCLEO-F412ZG eval board.
I need a 250kbit/s baud rate.
Here is what I have so far.
The system clock setup is below.
Solved! Go to Solution.
- Labels:
-
CAN
-
STM32F4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-05 2:54 PM
The ABP1 clock rate is 48MHz, not 96MHz.
Try these values to get 250kbit/s
TimerCallback tutorial! | UART and DMA Idle with multiple UART instances tutorial!
If you find my solution useful, please click the Accept as Solution so others see the solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-05 2:40 PM
Hello,
Not sure I've understand the issue.
You need a bitrate of 250kb/s but I see you got it according to the screenshot. Could you please elaborate?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-05 2:54 PM
The ABP1 clock rate is 48MHz, not 96MHz.
Try these values to get 250kbit/s
TimerCallback tutorial! | UART and DMA Idle with multiple UART instances tutorial!
If you find my solution useful, please click the Accept as Solution so others see the solution.
