Hi, I am trying to burn my program into the flash with no luck. I am using FlashBurn utility. I have McBsp (EVMdm6437) configured to work as SPI (slave), in my program I drive a pin to high level to indicate to SPI master device to start sending clocks (i.e., to start transmission/reception). The gpio works well, as it goes low after 18 bytes, but the Out pin of my McBsp is not sending anything (or 0s). So it seems like McBsp can detect the clocks but not capable to send any data trough out pin. The program works normally if I just use CCS. By the way, I am using EDMA to serve McBsp... some ideas about this? I really need some help here.
Thanks in advance