Platform: win7 + ccs5.5
Target board: C2000 28335
CCS5.5 compilation can only generate hex files. If you want to get bin files.
No complicated hex2000 operations are required.
Just use the mkhex4bin.e...
void flash_read_kuai(unsigned char * Ptr) //*ptr is the flash address pointer; {unsigned char i;for(i=0;i10;i++){RamCode[i]=*Ptr; //ramcode is the address of the flash content to be put intoPtr++;} }v...
[i=s] This post was last edited by cxzs1234 on 2019-5-12 16:25 [/i] In Chapter 6, the main focus is on the implementation of threads. Anyone who knows a little about computers knows about processes an...
Recently, I am short of time, so I will finish the serial communication program first. In this serial communication program, RX is asynchronous transmission and TX is receiving end, which is realized ...
I have only used protel 99se but I heard that altium designer is very good, so I plan to change protel to altium designer. Do you think it is necessary? If you have used it, please share your experien...