• How to add new debugging features?
    Hi, all of you. I would like to know how to improve my debuging facilities with uV2 version 2.14 ? Please suggest me how to get watchdog timer, ADC, DAC, LCD display, LED's on ports for debugging. Thank...
  • How to add a custom peripheral dialog?
    I see that there are ways to add custom simulation peripherals with the AGSI interface (App note 196) and there are ways to create custom hardware debug interfaces with AGDI (App not 173). But what if...
  • Custom RTOS - general ideas veryfication
    Greetings Community ! Im currently working on my custom real time kernel project (STM32F7). It was really in mature stage of developement, when i figured that its not compleately ISR safe, gets stucked...
  • Custom support for function pointers.
    Just as the compiler has added custom support for bits, it should also add custom support for function pointers. Here is one idea: //Saves on storage (1 byte) //Is faster (fixed jump table) /...
  • How to add custom part to the ARM7 core simulator
    We are going to develop a MCU include the ARM7 core and some custom IP. So we need to simulate the special hardware on our target platform. We had readed the application note 154 about the AGSI. Howerve...