Hi,
I am encountering a problem migrating from CCS v3.1 to v4.2. I was using v3.1 that came with the DSK6713 board. We have upgraded to v4.2 as we are getting towards the stage were we wish to manufacture our own prototype board. I did not use the migration tool because it seemed to make a big mess, probably due to the amount of versions being skipped.
I have successfully created a project with a bios (v5), imported our source files and got aspects of our program working on the DSK6713 with the bsl and csl included. The problem I am having is getting the hardware interrupts to function. In particular the MCBSP0 Rx interrupt. The MCBSP is actually configured in the source code not the bios, everything in the bios is the same and the source code hasn’t been changed (other than to include the different cfg.h file). The first of six 8 bit transmissions is sent on a periodic function. We have scoped the pins and data is sent from and sent back to the DSP but the interrupt is not triggered.
Do you have any suggestions as to why I am having this problem? Any advice/tips would be very much appreciated.
On another note I am also getting a "function declared implicitly" warning when using sprintf, stdio.h is included at the start of the file, again any help would be great.
Kind regards
Sean Bedford