• Software timer
    Hello all, I am looking to create a software timer that does not use any of the timers supplied in the LPC1342 microcontroller. I am thinking of reading a ram, rom, or flash location a number of...
  • AGSI software timers
    We have wrote an AGSI DLL to extend the IDE debugger for our custom hardware. The problem we have is get using AgsiCreateTimer amd AgsiSetTimer (with a small positive integer); is that our callback...
  • Software uart
    Hello, I need to implement a software uart on a XC167. I'm searching for a exemple for RX/TX and i've only found a portion of code. Does anybody have a full code exemple ?
  • Software in micro
    Hello, I am using XC167CI of Infineon. I was programming the sotfware and I would like to have my code in the micro. How can I do that? I was reading the manuals and I was thinking to use OCDS...
  • Software Reset
    I want to force a reboot if a serious error occurs. I have tried the _trap_(0x00); function which inserts the SRST instruction but nothing happens. In debug mode i get an error message in the output...