CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 5 matches
CCS Forum Index
Author Message
  Topic: Setting bootloader to the end of the memory
ferlyn

Replies: 4
Views: 10333

PostForum: General CCS C Discussion   Posted: Mon Dec 05, 2011 2:13 am   Subject: Setting bootloader to the end of the memory
Thanks for the advice..

I remapped my bootloader to the beginning of the memory. In my application, I'm using #INT_SSP instead of UART for data transfer. Thus I modified the real_load_program rout ...
  Topic: Setting bootloader to the end of the memory
ferlyn

Replies: 4
Views: 10333

PostForum: General CCS C Discussion   Posted: Fri Dec 02, 2011 3:40 am   Subject: Setting bootloader to the end of the memory
Hi,

I'm new to bootloader, hope to get some advise, using loader.c and ex_bootloader.c for testing. I managed to change the bootloader code to the end of the memory by following modification,

in ...
  Topic: CRC16 for program integrity
ferlyn

Replies: 4
Views: 5309

PostForum: General CCS C Discussion   Posted: Fri Oct 15, 2010 12:29 am   Subject: CRC16 for program integrity
Hi,

Anyone with sucessful history on using

"#rom getenv("Program_memory")-1 = crc16"

for checking program memory???
  Topic: CRC16 for program integrity
ferlyn

Replies: 4
Views: 5309

PostForum: General CCS C Discussion   Posted: Wed Oct 13, 2010 11:45 pm   Subject: CRC16 for program integrity
Hi,
Thanks for the advise...

ex_checksum.c is using
#rom getenv("Program_memory")-1 = CHECKSUM
I already tested the checksum method, it is working.

however, i would like to use
# ...
  Topic: CRC16 for program integrity
ferlyn

Replies: 4
Views: 5309

PostForum: General CCS C Discussion   Posted: Wed Oct 13, 2010 9:29 pm   Subject: CRC16 for program integrity
Hi,

I'm trying to perform a CRC16 on the program memory (14bit-core Flash). However, all the sample code/documents I found was CRC16 on 8bit data.

Anyone with sample code/documents/ideas for p ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group