• Linker / place CRC Checksum in AXF File
    Is it possible to instruct the linker (target is an STM32) to place a CRC checksum on the code in the AXF file at a certain location without using any external tools? If yes, what is the crc width, polynomial...
  • Linker / place CRC Checksum in AXF File
    Is it possible to instruct the linker (target is an STM32) to place a CRC checksum on the code in the AXF file at a certain location without using any external tools? If yes, what is the crc width, polynomial...
  • who can tell me,how turn this word into keil c's word. think you!!
    who can tell me,how turn this word into keil c's word. think you!! ERR: CLR 0AFH MOV DPTR, #ERR1 PUSH DPH PUSH DPL RETI RETI ERR1: MOV DPTR, #READY1 PUSH DPH PUSH DPL RETI RETI
  • who can tell me,how turn this word into keil c's word. think you!!
    who can tell me,how turn this word into keil c's word. think you!! ERR: CLR 0AFH MOV DPTR, #ERR1 PUSH DPH PUSH DPL RETI RETI ERR1: MOV DPTR, #READY1 PUSH DPH PUSH DPL RETI RETI
  • gcc put a address into a data word
    Note: This was originally posted on 2nd July 2011 at http://forums.arm.com Hi. I'm trying to build a jump table, but I do not succed to declare the table for example .label1: ... ... .label2: ... ......