Sheesh! I made a dumb mistake by overlooking the overflow value to load into the TPM1 counter. I was running the full 16-bits which of course effectively divided the clock frequency by 65536.
I fixed that and am...
I am trying to take in an signal via the ADC0 and send it out via TPM1. The ADC works, the TPM1, specifically the selected clock, OSCERCLK, does not.
In the following code, 3 files, the configuration is in...
joepasquariello - I apologize for creating the impression that I necessarily want to override the default configuration in the Teensy core. Rather, I want to understand the starting configuration, so I know what to...
Having gone through ResetHandler(), I have a good sense that doing much more tracing would be very time consuming and not necessarily useful.
From what has been said by defragster and joepasquariello, perhaps a...
I have gone through ResetHandler() in mk20dx128.c. I found it to be a good exercise to partly explain the starting configuration of the Teensy 3.6 as it enters setup().
I decided to focus on the ADC system. In the...