Too complicated for me. I will wait for a CPU reset register version.
Type: Posts; User: Utak
Too complicated for me. I will wait for a CPU reset register version.
Yes, this is useful.
For me the code is not working at all.
1. Can not compile the code (error)
2. if the code is running (modified a bit), then the reset is not done.
...
You have an email.
Can someone post a link to a PWM Audio Out example for the Teensy 4?
And can I also use the "MQS" Pins for that (without to use the "MQS" Audio Stuff)?
Can I direct connect the MQS Pin to my TV Audio Input (Chinch)?
Usable for Teensy 4.0 ?
Thank you for the infos
I've tried to use Pins 0 and 1 of the Teensy 4.0
I can use Pin 1 but only as input, and Pin 0 only as Output (not as Input)
But I can not use pinMode for these pins. Is there a specific reason?...
Thanks. Ok, no fast pinMode :-)
Finally I had success reading pins at 800Mhz and finished my project.
It would have been nice if I had more possibilities, so i had to delete some features, but...
https://forum.pjrc.com/threads/29778-pinModeFast()-doesn-t-work-in-Arduino-1-6-5-(Teensyduino-1-25-beta-2)
Question: pinModeFast is not available anymore?
At this time with the new Teensy 4.0 you can not use many pins with a breadboard, because they are on the back side :-)
Outer 2nd Row: Breadboard is not a big problem... use an adapter board for...
Another idea... why not this?:
18222
I mean... why only 1 row on each side?
Make it not longer... make it wider :-) Or make it longer + wider + cutable
Then anyone can place pin headers...
Thanks I will try to test it.
KurtE send me a link to this interesting thread.
Ok, what I think about the Teensy 4.0, and my idea for a "Long" Version.
First, make the length optional! How? Break/Cut-able! I need a small...
Wow nice. I will definitely test this too.
Yes, the Teensy 4.0 is a little bit more complicated to handle. I also miss the very nice 5V tolerant Digital Pins very much.
Ok, I've tested it with MQS, and is working fine ;-)
Thank you!
More informations as I expected :-) Thank you very much. It seems that this forum is much better than the most. Less haters.
Here is the definition:
uint8_t portPinsD[pinCountC] = {1, 4, 2,...
But... it seems
if (digitalReadFast(portPinsC[0])) ret |= (1<<0);
if (digitalReadFast(portPinsC[1])) ret |= (1<<1);
if (digitalReadFast(portPinsC[2])) ret |= (1<<2);
if...
Thanks, thats also ok :-)
I'm trying to use:
#define PORTC_PDIR GPIOC_PDIR
#define PORTD_PDIR GPIOD_PDIR
But...
sketch_nov15a: In function 'void ReadLines()':
sketch_nov15a:30: error: 'GPIOD_PDIR' was not...
Edited, ups... false board :-)
Thanks, I will try it out.
Thanks for the fast reply.
How I can use the two MQS pins (pins 10 and 12) as DACs?
But I think I will use a Teensy 3.5 and saw off the board all behind the pin 18 (the whole SDCard)
Then I...
Hello,
I'm confused, the Teensy 3.2 and 3.5 3.6 had DACs (1/2/2).
On the back of the Teensy there are 4 DATx Pins. Are these DAC Pins?
If not... has the Teensy 4.0 no DACs?
Another...