• RL\TCPnet\Http_demo port to RM9200
    Hi, I tried to change the RL\TCPnet\Http_demo , based on SAM9263, to the RM9200. There are a lot of differences between the registers and I’m not sure that it is possible. Our network used DHCP. Is...
  • RL\TCPnet\Http_demo port to RM9200
    Hi, I tried to change the RL\TCPnet\Http_demo , based on SAM9263, to the RM9200. There are a lot of differences between the registers and I’m not sure that it is possible. Our network used DHCP. Is...
  • Simulation Bug of Atmel SAM7x?
    while evaluating the examples under \Keil\ARM\RV30\Boards\Atmel\AT91SAM7X-EK, I got the following Error: *** error 65: access violation at 0x00000000 : no 'execute/read' permission But the examples...
  • Simulation Bug of Atmel SAM7x?
    while evaluating the examples under \Keil\ARM\RV30\Boards\Atmel\AT91SAM7X-EK, I got the following Error: *** error 65: access violation at 0x00000000 : no 'execute/read' permission But the examples...
  • RTX bugs in Atmel AT89C51
    Hi~ All I have write a RTX51 test program with AT89C51, see following code: #include <reg51.h> #include <rtx51tny.h> void init (void) _task_ 0 { os_create_task (1); os_create_task (2); } void...