Hello Denis,
I read your post about wanting to use other environments to program the Teensy, and it resonated with a little of my experience while returning to the world of microcontrollers again after 30 years. I hope you don't mind the...
You have 2 basic options. They are the same regardless of Arduino IDE versus another IDE like PlatformIO or just running the compiler from a makefile. Support for assembly is a feature of the underlying toolchain and it works quite well with...
Steve, it is not an intrusion... I appreciate your comments, following Paul's ones... Ok, I surrender and will program with C++ ! Real time Fast fourrier transform (8192 points after windowing and "zero padding" four times per second) for...
Thanks for that prompt answer. I have been writing in assembly language for more than 50 years, on antique computers (starting with french CII 10010 and Univac 1108) and microprocessors (starting with Motorola 6800). And also in Basic...
Managed to get a more decent analog channels sampler working for Teensy4.
It allows continuous streaming, dual channel synchronous sampling, at rates up to 1 Ms/s, 12 bits, into buffers as big as what fits in DMAMEM.
Either 1, 2, 4 or 8 analog...
Are there others tools than arduino to program a Teensy board ? Arduino GCC compiler produces an executable code which is far from beeing optimised. What is the way to use GNU AS assembler configured,for ARM cortex M7 ?