• looking for AGDI experts help
    I'm trying to connect a 8051 controller (ip core) to Keil debuger via AGDI . Unfortunately I can't find how to use data memory read / write access breakpoints. Has anybody some experience in this subject...
  • looking for AGDI experts help
    I'm trying to connect a 8051 controller (ip core) to Keil debuger via AGDI . Unfortunately I can't find how to use data memory read / write access breakpoints. Has anybody some experience in this subject...
  • looking to deploy Arm Virtual Hardware to a local build of OpenStack to help support research and collaboration for our University
    We are looking at wanting to deploy Arm Virtual Hardware to a local build of OpenStack to help support research and collaboration for our University, where can pull and compile the source or is there...
  • looking to deploy Arm Virtual Hardware to a local build of OpenStack to help support research and collaboration for our University
    We are looking at wanting to deploy Arm Virtual Hardware to a local build of OpenStack to help support research and collaboration for our University, where can pull and compile the source or is there...
  • Looking for efficiency
    I am using small memory model and I need to write data to an absolute memory location (0xC002), so I'm using the MVAR macro: #define DISPLAY_DATA MVAR(unsigned char, 0xC002) void main(void) { DISPLAY_DATA...