Jump to content
43oh

C2k Piccolo Launchpad bugs + workarounds


Recommended Posts

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);

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...