Hello,
Are there any compiler flags , assembler drectives and such that would enforce sequential I/O operations? I am coding with Code Composer
Version: 4.2.3.00004 for a TMS320C6457 DSP. My C code performs 3 I/O write instructions followed by an I/O read ( All to EMIFA Ce3 space actually ) , but i observe with an oscilloscope that what actually happens is two sequential writes , then a read , then the third write. This ultimately causes a "bad device id " to be read from a programmable device in that space. However if i single step the code - the operations perform as coded - and a valid device id is obtained.
Any help would be appreciated
Thanks