Keil Compiler Registration and code size limitation with PSoC Creator
How do I remove the below errors encountered when using the Keil compiler provided with PSoC Creator?
"Compiler code size exceeded"
" RESTRICTED VERSION WITH 0800H BYTE CODE SIZE LIMIT "
" INCORRECT LICENSE ID CODE (LIC) IN ’TOOLS.INI’"
Endian format in PSoC 3 device vs PSoC 3's KEIL Compiler
PSoC 3 Keil Compiler uses big endian format for 16-bit and 32-bit variables, however the PSoC 3 device uses little endian format for muti-byte registers (16-bit and 32-bit register). How do I swap the order of the bytes while accessing the register through CPU and DMA?