How to - Platform porting in Wiced SDK ?

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

cross mob
Anonymous
Not applicable

Hi

I have developed a simple GPIO pin toggle program for SN8000 EVK module in Wiced SDK v.2.4.1 .

How can I port this code to another platform which uses the STM32F407  MCU ?

What all are the things that I have to take care while this platform porting in Wiced SDK ?

Regards

0 Likes
1 Reply
SeyhanA_31
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

Hi,

You may take a look at the BCM943362WCD6 platform files as reference. The BCM943362WCD6 setup with STM32F4xx family with STM32F415.

Basically you need to create your board specific platform files in .../platforms directory. Then the specific MCU related support needs to be in .../WICED/platform/MCU/STM32F4xx/GCC directory. Perhaps you can copy STM32F417 and use it for STM32F407.

Hope it helps,

Seyhan

0 Likes