hi, by default NET_STATUS(led) pin is mapped to pin number 6 on EC200UCN
I want to remap it to pin 31. how can I do that?
I am using EC200UCNAAR03A06M08_OCPU sdk.
Dear Customer,
For EC200UCN, NET_STATUS is a dedicated hardware indication pin on pin 6. Based on the published QuecOpen hardware design, pin 31 is assigned to SDIO1_DATA0 rather than GPIO, so NET_STATUS cannot be remapped to pin 31 directly. If status indication is needed on another output, it should be implemented in software using an available GPIO.