This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi~
Recently i used the pin GPIO33 of F28335 to send a plus, the program copied from controlSUITE gpio_setup.c and add simple line :
while(1){
GpioDataRegs.GPBSET.bit.GPIO33=1;
GpioDataRegs.GPBCLEAR.bit.GPIO33 =1;
}
I configed the clock of CPU had up to 150Mhz and the plus width should be 6.67ns*2 per cycle, while through my oscilloscope it's about 100ns per cycle, has somebody meet similar problem or just give me some suggestions?
Thanks!
Hi,
GPIO toggling has timing limitations. Please check this link:
Regards,
Gautam
i need to reveive one byte data every time when the signal line RD# is low and then pull it up ,while the cycle of RD# line is the less the better(the largest is 160ns ), now "line high+transfer data+ line low" cost about 200ns. i had try to use epwm but it's hard to monitor , any good ideas? Thanks for your patience~