Hello,
I am using a TMS320F28335 DSP and Code Composer Studio v4. I am some code that reads from some pins and then tries to write what is read from the pins. However, the problem I am having is that when I simulate it full speed (and stop at a breakpoint) or let it run on the board, my writting is occuring to fast for the read. In other words, in only works when I step through it one by one in simulation, or if I add about 4-7 NoOp instructions between the read and write. is there anyway I can disable this on the board and/or on the simulation through code composer?
Thanks.