Technical discussions about the TI C54x DSPs (including the c5401, c5402, c5402a, c5404, c5407, c5409, c5409a, c5410, c5410a, c5416, c5420, c5421, c5441, c549, c5470 and c5471).
hi all for a simple program for example defining an io port and sending a byte to that port in ccs for a custom board using tms320vc5416 and SPI EEPROM for bootloader. is it necessary to write all files with .c .asm .cmd .h extentions? or we can do the job with an only c file? we may use all the defaults for memory map and other configurations. then after hex conversion program size will be more than 32k byte how can i reduce it? thanks
M Ragers- > for a simple program for example > defining an io port and sending a byte to that port in ccs for a custom > board using tms320vc5416 and SPI EEPROM for bootloader. > is it necessary to write all files with .c .asm .cmd .h extentions? or > we can do the job with an only c file? > we may use all the defaults for memory map and other configurations. > then after hex conversion program size will be more than 32k byte how > can i reduce it? These are very general questions to which you can easily find answers in the TI examples and tutorials that come with the DSK 5416 board. I would strongly urge you to experiment with a DSK board instead of trying to learn CCS on a custom board. -Jeff