BootLedBlink doesn't work

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

cross mob
Anonymous
Not applicable

I've build and ran BootLedBlink example, connected one led pin to ground, another to GPIO[33] (DQ[16] according to documentation). I'm sending high/low signal toggling every 50ms to GPIO[44](DQ[17]). I've configured theese pins in defines.h Led doesn't blink, there is nothing on pin DQ[17].

What can be wrong?

I've also tried to modify the end of main.c like this:

CyFx3BootGpioSetValue(APP_LED_GPIO, CyTrue);

while(1) {

CyFx3BootGpioSetValue(APP_LED_GPIO, CyTrue);

CyFx3BootBusyWait(50000);

CyFx3BootGpioSetValue(APP_LED_GPIO, CyFalse);

CyFx3BootBusyWait(50000);

}

Still no reaction. What could be wrong?

0 Likes
2 Replies
YangyangC_06
Employee
Employee
750 replies posted 500 replies posted 250 replies posted

Hi,

Can you pleaase upload your project so that I can debug on my side?

0 Likes
YangyangC_06
Employee
Employee
750 replies posted 500 replies posted 250 replies posted

Hi,

Can you pleaase upload your project so that I can debug on my side?

0 Likes