• PWM for FRDM KL25Z board
    Hi I am writing bare-metal code for PWM generation for the FRDM-KL25Z board. I followed the steps in the datasheet bit I dont seem to see anything coming from the pin. Would appreciate some help to...
  • PWM for FRDM KL25Z board
    Hi I am writing bare-metal code for PWM generation for the FRDM-KL25Z board. I followed the steps in the datasheet bit I dont seem to see anything coming from the pin. Would appreciate some help to...
  • asm endasm and src directive, combining C and ASM languages
    Hi, I have a pretty big file that during it's performance, in a specific place of the code flow, I would like to wait for exactly 4 clock cycles. The best way for me to do this, is using the empty...
  • asm endasm and src directive, combining C and ASM languages
    Hi, I have a pretty big file that during it's performance, in a specific place of the code flow, I would like to wait for exactly 4 clock cycles. The best way for me to do this, is using the empty...
  • How can i control a servo using ONLY assembly code? FRDM-kl25z and KEIL
    Currently working a school project where i need to control a servo using only assembly. I cant find anything anywhere that doesn't involve a C program. I understand the use of PWM i just don't know...