Replies: 3 comments
-
I'm not familiar with the STM32F4, but you might be able to use the same flash algos for a similar chip and changing the memory regions. However, it does look like there are algos for this chip: https://www.keil.arm.com/devices/stmicroelectronics-stm32f423zhtx/features/ Download the pack (it's a zip file, you can change the extension) and if the algos come in the |
Beta Was this translation helpful? Give feedback.
-
In DAPLink there we have a custom version of |
Beta Was this translation helpful? Give feedback.
-
thank you, I will check this out and report back should issues arise. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I have developed a custom pcb board that has an STM32F103CBT6, and an STM32F423ZHT6.
I want the 103 to act solely as a debugger/programmer to the 423. They are wired to each other onboard through SWD, and also USART.
In DAPLink, I am creating a new board for my project, but it seems i need to build a new target_cfg_t structure for the target MCU (in my case the 423). And it needs a flash algorithm, which I do not have. Does anyone here have this or know where I can find this ?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions