• MCB2300 Influence of TCPnet on RTX scheduler
    Hi ! I'm using MCB2300 and Tcpnet V3.7. I have the following application : process tsk : while( true ) Wait (event) led0_off do some stuff timer1 match interrupt : led0_on set event...
  • sram
    which datas will store in onchip sram..... please help me
  • SRAM
    Hello. I wanna use SRAM to make more free space for my variables (including vector), I cannot understand how can I do this. It seems to be in Project Options -> Target -> Read/Write Memory Areas...
  • SRAM content after watch dog reset
    How can i retrieve SRAM content after external WDT reset. if i am declaring the variables to be saved after WDT reset as global (array of unsigned char of size 500), the keil compiler is initialising...
  • Connect debugger at runtime? (without reset?)
    Hi, is it possible to connect the ARM uVision to a running target? (without resetting/ reloading the target?). I would like to connect to see variables in the watch window, after the target has been...