• How can generate the JC instruction with the Keil C compiler
    HI,Dear all, I did'nt want to use the SRC and ASM,How can Gen the JC instruction in keil?such as following. I used three byte,but used the union struct must define a double word var,You know,The...
  • CAN-Routines generated by Dave
    Infineons Dave generates the following code for FIFO-Reception of CAN-Messages: // @Controller Infineon XC167CI-16F40 // // @Compiler Keil // // @Codegenerator 2.4 ubyte CAN_ubReadFIFO(ubyte ubObjNr...
  • How can I generate an input for my ADC?
    I am simulating a STM32 microcontroller and I am trying to work on my code. My project is to input sound to the ADC, then process the data. But I can't find how to give a signal on my ADC (on Keil since...
  • how can we see the square signal generated
    how can we see the generated square signals
  • How to generate a CAN receive interrupt in simulator?
    Hi, I'm debugging an interrupt service routine. I simulate a CAN message and expect the simulator to generate a receive interrupt, but this doesn't happen. I also tried this on a Keil code example...