1. I'm using the GPIO through the MQX and it goes very slow, (through debug mode - FLASH - CW) about 6us to change pin state, I need it 100 time faster!
2. I'm using the original TWR-K60N512 BSP, when I use the _time_delay(1) I get 10ms delay. why? It should be only 1ms!
Please Help,
Michael David.
You can still program the GPIO pins directly:
Thanks for your answer. I tried it before reading your reply
1.Using I/o directly gave me the wanted results.
2. the BSP has a const that the delay uses, it should be set to 1000 not to 100 to get ms.(BSP_ALARM_FREQUENCY)