Add new board based on STM32H725AE #121
-
Hello and happy new year, I am trying add a STM32H725AE based board called Wio Lite AI from Seed Studio.
I am facing an issue and i don't know what i should do. Directly after start I received MbedOS crash
The error comes from lp_ticker.c. So then I disable LPTICKER in targets.json configuration, but then the board stucked directly after start of program.
Output in console is just first char T, the led switch to ON and then do nothing more, no errors, just stay. Targets.json content for this board
I also tried just simple blinky with same clock settings in STM32CubeIDE and seems to be OK. In next few days I will try to debug it, but I would like to know If i miss something. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 18 replies
-
If I were you, I might try to step through the STM32 HAL code and see why the lpticker OscConfig call is failing. It might help you find what's different about this board vs others that Mbed supports. |
Beta Was this translation helpful? Give feedback.
If I were you, I might try to step through the STM32 HAL code and see why the lpticker OscConfig call is failing. It might help you find what's different about this board vs others that Mbed supports.