Hi all. I have a teensy 4.0 and I would like to use the NXP SDK (CMSIS peripheral access layer).
I know that currently there's an external NOR flash that has a custom USB DFU-like bootloader.
Normally there is a way to use the SDK to write a firmware for the board and overwrite the flash.
I don't mind losing the arduino bootloader, I just want to know if it's possible to use T4.0 as a generic dev board using the SDK or the current fuses (or some other limitation) doesn't allow this.
I've seen a couple of repos in github, but those are using the a bootdata.c file and not the startup file from the SDK that includes the mapping for interrupts e.t.c.
Thanks.
I know that currently there's an external NOR flash that has a custom USB DFU-like bootloader.
Normally there is a way to use the SDK to write a firmware for the board and overwrite the flash.
I don't mind losing the arduino bootloader, I just want to know if it's possible to use T4.0 as a generic dev board using the SDK or the current fuses (or some other limitation) doesn't allow this.
I've seen a couple of repos in github, but those are using the a bootdata.c file and not the startup file from the SDK that includes the mapping for interrupts e.t.c.
Thanks.