• AGSI & uVision3
    Hello! Is It possible to use the same AGSI used with uV2 to work with uV3 for ARM? Thanks
  • AGSI & uVision3
    Hello! Is It possible to use the same AGSI used with uV2 to work with uV3 for ARM? Thanks
  • Appnote 154 SetWatchOnMemory
    I'm using Appnote 154 and accompanying sample code to output memory access trace information. I've placed the following in DefineAllWatches in AGSI.cpp: ================================= // internal...
  • Appnote 154 SetWatchOnMemory
    I'm using Appnote 154 and accompanying sample code to output memory access trace information. I've placed the following in DefineAllWatches in AGSI.cpp: ================================= // internal...
  • malloc initialization (Memory.c appnote)
    I am trying to use the Memory.c project as a guide, but I'm not making much progress in initializing th heap, it seams. My code is still not returning from malloc(), even though I've initialized BSS...