Replies: 2 comments 4 replies
-
The RAM size in cmsis_nvic.h is wrong, it is declared as 48k, but real size is 40k. The MCU has a total of 48k, but the ram ranges are not continous. Will test it later. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The program starts when I fix the RAM size. But now it fails with hardfault also when sleep_for() is called. Same problem as for F411? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to add another custom target, the RobotDyn F303CC board, similar to Blackpill F411.
As a starting point, I have added it as custom target like in Jamies repo. The simple project compiles and links, but does not run. I have tried to debug, but the debugger disconnects after a few seconds. I see that it runs from Reset_Handler to SystemInit, and then fails calling _start. Looks like it fails in mbed_sdk_boot.c
Any ideas what could be wrong?
https://github.com/JojoS62/mbed-ce-lvgl
Beta Was this translation helpful? Give feedback.
All reactions