X-CUBE-SBSFU bootloader porting
Hello.
I downloaded and tried your "Secure boot & secure firmware update software expansion for STM32Cube" solution.
https://www.st.com/en/embedded-software/x-cube-sbsfu.html
It works great on my Nucleo-64 board, and the next step what I wanted to do is port it to my own MCU (STM32F2xx).
Here comes my question: Do you have any guide that shows step-by-step what to do exactly?
I started with SECoreBin. I created a project for my own MCU. Changed the HAL, but got errors. I realized that, my MCU had sectors, instead of pages, okay, I changed that to fit my needs. Then I still got errors regarding the CRC, okay I changed that also. etc. etc. etc. Now I can compile everything (in the SECoreBin project), but I get linker errors. I probably have to change something in the linker script.
So the bottom line is: whatever I do, I face a new problem. I am kinda lost in this work. This is why I need some kind of step-by-step guide. If such thing exists.
Or an alternative question: Can I request an official porting for STM32F2xx? That would instantly solve all my problems. :)
Thank you.
