• 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 can NOT work in V6.21 or higher
    I wrote an AGSI DLL, it works well in V6.14, but it can NOT work in V6.21 or higher version. What's wrong? In AgsiEntry, even I just return 0, it still fails. extern "C" DWORD AGSIAPI AgsiEntry...
  • AGSI DLL can NOT work in V6.21 or higher
    I wrote an AGSI DLL, it works well in V6.14, but it can NOT work in V6.21 or higher version. What's wrong? In AgsiEntry, even I just return 0, it still fails. extern "C" DWORD AGSIAPI AgsiEntry...
  • Why is LIN protocol not included in the CMSIS drivers
    Hi everyone, I'm currently working in the development of LIN communication protocol and it would be great if it were included in the CMSIS drivers but it does not. How can I implement it? since using...