sch 0 Posted November 21, 2012 Share Posted November 21, 2012 hello, here are some bugs I have noticed. 1) controlSUITE/development_kits/C2000_LaunchPad/f2802x_examples/C2kLaunchPadDemo, project settings. Some project paths are invalid for case-sensitive operating systems. There is: .../F2802x_common/... There should be: .../f2802x_common/... 2) controlSUITE/development_kits/C2000_LaunchPad/f2802x_common/cmd/F28027.cmd, line 117. Linker command file typo. There is: .text : >> FLASHA | FLASHC | FLASHD. PAGE = 0 There should be: .text : >> FLASHA | FLASHC | FLASHD, PAGE = 0 3) ~/controlSUITE/development_kits/C2000_LaunchPad/f2802x_common/source/spi.c. line 563. Register name typo prevents from configuring FIFO interrupt level for SCI/Rx. There is: spi->SPIFFTX &= (~SPI_SPIFFRX_IL_BITS); There should be: spi->SPIFFRX &= (~SPI_SPIFFRX_IL_BITS); msptest6 1 Quote Link to post Share on other sites
msptest6 0 Posted November 27, 2012 Share Posted November 27, 2012 Thanks!... Trey will probably pick this up in the next update. Quote Link to post Share on other sites
TI_Trey 38 Posted November 29, 2012 Share Posted November 29, 2012 Sch, Thanks for the heads up. I think I've already fixed the first two in our internal version control system, but not the third. I'll go ahead and file bugs for these to make sure I double check them. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.