Can we config module gpio for controlling some leds?

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

cross mob
LeonH
Level 4
Level 4
Distributor - Arrow(GC)
100 sign-ins First solution authored 50 sign-ins

We are using AW-CM390SM module (chip : CYW43455) with FMAC driver.

Can we config module gpio for controlling some leds?

by setting muxenab = 0x2 in nvram? then how to set gpio number, polarity and high/low?

0 Likes
1 Solution
Lakhera
Moderator
Moderator
Moderator
First like received First solution authored 5 replies posted

The muxenab pin of CYW43455 is responsible for selecting the mode of interrupt etc, it does not control the GPIO pin of CYW43455, for more information on muxenab check the following Table 3 in the link -

https://www.infineon.com/dgdl/Infineon-BCM4354_BCM4356_BCM4358_OTP_Programming_and_NVRAM_Development...

Currently the GPIO pins of CYW43455 is not user controllable. Please specify your purpose. This will help us to understand the issue better. Do you need a GPIO as a Connection status indicator etc? You could use the Host GPIO pins to control the LED based on your application.

 

View solution in original post

0 Likes
1 Reply
Lakhera
Moderator
Moderator
Moderator
First like received First solution authored 5 replies posted

The muxenab pin of CYW43455 is responsible for selecting the mode of interrupt etc, it does not control the GPIO pin of CYW43455, for more information on muxenab check the following Table 3 in the link -

https://www.infineon.com/dgdl/Infineon-BCM4354_BCM4356_BCM4358_OTP_Programming_and_NVRAM_Development...

Currently the GPIO pins of CYW43455 is not user controllable. Please specify your purpose. This will help us to understand the issue better. Do you need a GPIO as a Connection status indicator etc? You could use the Host GPIO pins to control the LED based on your application.

 

0 Likes