• Agsi executing agsi functions from another thread
    I have following problem. I am about to write some simulator and I succesfully done outputs for devices like 7-segm displays, diodes, buzzer etc.. Whole gui lives in separate thread , for some reason...
  • Agsi executing agsi functions from another thread
    I have following problem. I am about to write some simulator and I succesfully done outputs for devices like 7-segm displays, diodes, buzzer etc.. Whole gui lives in separate thread , for some reason...
  • agsi dll problem
    Hello, I've been following the example in App Note 154 which describes how to build virtual peripherals. However, when I select the A/D converter under the Peripherals menu, I get the following...
  • Problem with AGSI
    The function "AgsiDeclareInterrupt" described in <Apnt_154.pdf> does not provide AGSIINTERRUPT structure for ARM,so how can i declare an interrupt source for peripheral simulator implemented with AGSI...
  • a AGSI problem.
    I found that at Timer callback function which started by AGSI SetTimer function, can not reset itself. sample: Timer1Handle=CreateTimer(OnTimer1); SetTimer(Timer1Handle,1024); void OnTimer1...