Hello,
it's always pointed out to use the keyword
volatile with variables which are changed inside an ISR. What if I have a struct with a buffer inside and I want to change values in the buffer...
Type: Posts; User: MrZ80Dude
Hello,
it's always pointed out to use the keyword
volatile with variables which are changed inside an ISR. What if I have a struct with a buffer inside and I want to change values in the buffer...
Hello Teensy community,
I'm currently trying to measure two analog values synchronously with the ADCs of the Teensy 4.1. For a general orientation I used the example code from pedvide and KurtE...
Thank you jonr. That helped :)
Hello everyone,
I'm trying to get started with interrupt programming for a project in which I want to measure voltages and other things under real time conditions. First of all I wanted to try a...
Try out the troubleshooting guide under the headline "Teensy Not Recognized by Teensy Loader". Maybe it helps :)
Hello again,
there is a bugfix for this issue in the new NativeEthernet libraries on Github. Install these libraries in the correct way and everything will work fine.
Sorry for bothering you all, I didn't install the library correctly. Now everything works fine.
Hello everyone :)
Thank you vj for the NativeEthernet library. I sadly encounter the same problem with the begin function even with the new library files. It alwys sets the IP to 0.0.0.0 if I call...
Hello :)
1. My ethernet breakout board works with Ts and Rs all shorted. I checked the pins on the breakout with a multimeter when the Teensy board was unplugged form the ethernet breakout. But if...
Hello everyone :)
I'm trying to get started with the Teensy 4.1 and its built in ethernet capabilities with the NativeEthernet library. I have tried using a static IP and DHCP in two seperate...