• Reloading RTX User Timer
    What is the supposed way to re-start a user timer if it has expired and the os_tmr_call has been called, since calling os_tmr_create is not allowed from within os_tmr_call? Thanks in advance.
  • DPTR constantly reloaded
    I have some code to transfer a large amount of data over a SPI port running at the system clock/2 so I need my code to be as fast as possible. The code generated for my current method does not seem to...
  • IDE crashes every time it has to reload code
    The Microvision 5 Keil IDE crashes every time there is an external code change (i.e. from git) and has to re-load the file. Regardless of how large/small the change is it will always crash. This is on...
  • Automatic reload of externally modified files not working
    Hi, I recently updated uVision from version 5.22 to version 5.23. Since then, I cannot get it to reload files when I modify them in an external editor. I made sure that "Automatic reload of externally...
  • IRQ Not Firing
    Hello, I am writing an I2C master transmitter object. The problem I am having is that the IRQ Handler for I2C1 is not firing. According to the manual, it should fire after the start condition is...