WICED-SDK-3.1.0 can support MCU stm32f207?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

* BCM943362WCD4  : Broadcom 43362-based WICED Module with STM32F205 MCU mounted on BCM9WCD1EVAL1

  I want to change the mcu from stm32f205 to stm32f207, How can I do for this porting?

  I found in directory WICED/MCU/STM32F2xx/GCC/  having STM32F2x5 and STM32F2x7,all ld file are same.

2 Replies
SeyhanA_31
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

Hi,

Yes the stm32f205 and 207 ld files are same because they share the same memory mapping. If your specific hardware requires changes please modify the ld files as appropriate to your hardware.

For your specific board, please add your board definitions to .../platforms directory. You may copy the .../platforms/BCM943362WCD4 as reference and change the GPIO and peripheral mapping according to your custom board. Change the STM32F2x5 to STM32F2x7 to point to correct ld files.

Thanks,

Seyhan

0 Likes
Anonymous
Not applicable

Hi seyhan

    Thanks for your reply! I will try it.

0 Likes