• Porting C167 C-Code to 80C537
    Is there any tool that can do that for me? or do i only need to check the diffs between c167s headers and c51 headers? any guides/tuts/how-tos?
  • 80c537 Timer 2
    I am having problems using Timer 2 with the compare registers, I have been successfull the compare timer / compare registers. The object is to generate a pwm/sine wave. note I am just a beginner...
  • Does selection of Internal Voltage Reference work with Debug Simulator on SAB 80C537?
    As you might know the 80c537 is capable to select the internal voltage reference by writing into DAPR where the higher nibble selects VintREF and the lower VintGND I tried this with the eval version...
  • Startup code for TivaC microcontroller
    I opened a startup code (startup_tm4c123.s).. i didn't find any code about coping the initialized variables from ROM to RAM. How can Keil copy them at start ?
  • PLL configure startup code
    Hi, I'm using Cortex-M4 TM4C129XNCZAD I noticed that in the technical support/configure startup code, you have the option to modify the PLL multiplier and the PLL divider values. My configuration...