Embedded bootloader and HAL
Dear all.
I've implemented a M3 and M4 program ( drive a iLi display and 485 port) now I'm porting it to the H5 (H562RGTX).
One of the latest issue I'm facing is the jump from bootloader to application. In M3/M4 i used only LL, and the jump has no problem, simply work.
On H5 I must use HAL because of the flash (I must read&write: HAL is a must). But if the application use the HAL it crash (somewere). If I use LowLevel it work. (example with a simple led blinking).
Bootloader use HAL too, and I call HAL_DeInit() before jump (and disable all interrutp, device etc).
Why HAL don't work in application?
Thanks.
