Hello, Flash writing is not working.When i update firmware, then Writing is working well only one time.But after this time, result is fail in HAL_FLASH_PROGRAM() MCU : STM32F446RCT7 Thanks.
Hi, I have some problem about IAP.It's not working application after jump from custom boot. - MCU : Stm32F446RC- Board : Custom board- Boot address : 0x08000000 ~ 0x0801FFFF (128k)- Application address : 0x08020000 (384k) - Custom Boot Flash.ld - App...
Main board : nucleo-f446re
Extension board : x-nucleo-safea1b
Tool : cubeIDE
Library : Software package in cubeMX
Hello, This is Taron.
i connected uart(pc<-->main board) and i2c(main board <-->extension board) and tested X-CUBE-SAFEA1 Library.
B...
I already changed vector offset. (application start address : 0x0800D000)I think that Jump() function is not working, cause after Jump() function and go to while() function.
Actually boot size is not big, but application size is big size cause application use FreeRTOS.Anyway i tested it but problem same.boot can't jump to app.
This problem is that boot can't jump to app.When boot work Jump();, boot keep working next step.. not jump. Acutally boot bin file size is under 40KB, why reduce the app's to 80KB?