test.gpio-BCM943362WCD4 on 32F205RBT6

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

cross mob
Anonymous
Not applicable

Hello, everyone,

I am a newbie in programming ARM MCU. For trying it out, i have bought a Waveshare demo board with 32F205RBT6 MCU on it. I use STLink/V2 for programming the device via JTAG port.

For writing the program, i use WICED-SDK 3.1.1. I suppose I can use BCM943362WCD4 platform since 32F215 is similar to 32F205 (please correct me if i am wrong). So I tried to create a bin file by test.gpio-BCM943362WCD4 for programming. But after I programmed the 32F205, i could not get the expected LEDs lit or blink. However, another LED lits up instead. I suspect the pinout mapping has problem. Where should I look into and make modification? (WICED/platform/MCU/STM32F2xx/GCC/STM32F2x5?)

I am looking forward to your help.

Thanks,

Simon FONG

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

Hi,

GPIO mapping is defined by using "const platform_gpio_t platform_gpio_pins[]" in .../platforms/<YourPlatform>/platform.c (.../platforms/BCM943362WCD4/platform.c)

Seyhan

0 Likes
Anonymous
Not applicable

To know which exact GPIO are used for LED in BCM943362WCD4 have a loot at BCM943362WCD4_3_Rev01.pdf in platforms/BCM943362WCD4/schematics

0 Likes