2020-09-18 07:34 AM
Hi, I'm trying to implement my own DFU bootloader interface, since I'm using a custom STM32F446RET board.
Been looking into STM32F446ZE-Nucleo DFU_Standalone project to get some ideas, but seems to be quite different to my new custom CubeMX created project.
Eg:
Am I supposed to write my Flash read/write code into usbd_dfu_if.c function skeletons? Makes sense, but unfortunately there is a big lack of documentation on STM32 APIs, so I better ask.
Thanks in advance
Solved! Go to Solution.
2020-09-18 04:17 PM
Solved. Had to migrate old "Flash_If_xxxx" functions into "MEM_If_xxxx" function skeletons and is working now.
2020-09-18 04:17 PM
Solved. Had to migrate old "Flash_If_xxxx" functions into "MEM_If_xxxx" function skeletons and is working now.