• automatically change values in an *.hex?
    Hi! i am searching for a program to edit and replace certain values inside an intel hex file. I have tried srecord but it will only write 16 or 32 bit files but my programmer only uses 8 bit files...
  • Intel Hex - Tool to fill unused bytes?
    Is there a way inside or outside of uVision2 to fill my output intel hex file so that unused bytes are set to 0x00? So that when I actually program my chip I am sure that every byte is programmed.
  • Cannot output 0x00 (null) character
    I am trying to write a very simple program to output a serial string including hex codes when I press a button. It works fine if the string does not include 0x00, but if it does this is treated as...
  • TCP packet filled with 'U'
    Hi, I'm trying the RL-ARM TCP/IP stack on a ARM7 LPC2478-STK board from Olimex. int main() { U8 rem_ip[4] = {192,168,1,81}; U8 tcp_soc; uart0_init(); timer_init(); init_TcpNet(); tcp_soc...
  • filling SRAM before startup
    Hi all, I am using the STR710 MCU from ST-microelectronics. To catch undefined program counter jumps to the SRAM I want to fill my hole SRAM with 0xFFFFFFFF(undefined instruction) before my C-program...