SSBWMN01 WICED Wi-Fi module platform file for WICED SDK 3.1.2.

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

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Dear all,

Attachment is platform file for SSBWMN01 WICED Wi-Fi module which for WICED SDK 3.1.2.

FYI

Eugene

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

Thanks for sharing.

Seyhan

0 Likes
Sharn_Lin
Level 2
Level 2
10 sign-ins 5 questions asked 5 sign-ins

Hi Eugene,

When I tried gpio example, the LEDs never flash, it seems something wrong on LED definition

platform.h

gpio_err.png

#define WICED_LED1       (WICED_GPIO_17)

#define WICED_LED2       (WICED_GPIO_18)

I check the schematic of SSBWMN01, that the LEDs are connect to MICRO_GPIO_0/1 but the pin of N01 should be 62/63 not 45/46 as above.

after change LEDs define from WICED_GPIO_17/18 to WICED_GPIO_28/29, the LEDs works well.

Do you have the latest platform files, I am not sure if any other thing I missing.

Best regards,

Sharn

0 Likes