Hey, thanks so much, Paul. I sent you a direct email. I was able to source some micros from NXP directly.
Either way, so the smaller capacity MKL26Z32VFT4 would NOT work? Due how the micro uses...
Type: Posts; User: Finally_Joe
Hey, thanks so much, Paul. I sent you a direct email. I was able to source some micros from NXP directly.
Either way, so the smaller capacity MKL26Z32VFT4 would NOT work? Due how the micro uses...
Hello, Everyone. I'm working on a project which uses 19k of program space and 2.6k of dynamic memory. Do you think it will be easy to temporarily use the 32k/4k version of the KL26 with the...
Oh shoot...interesting. Thanks, again.
Any ideas why the program wouldn't initially run until I pulled the RESET_B pin high the first time? I know it wasn't actually running because the first...
Howdy, again.
Forgive me if this answer exists on the forum, I believe I saw it once, but now I cannot find it...
So I've got the MKL26 micro on a separate board with all the necessary...
Sweet. Thanks.
I think I got it. Was seemingly easiest to "re-map" an unused pin from the same port (port E) to the PTE29 pin.
For me, it was PTE30 to PTE29.
I changed 2 things in...
Anyone know how to use PTE29 or uC pinout #13 on the Teensy-LC? Just as a simple output digitalwrite type High or Low...
Yes, it works! Thank you. Also, initially, it took me a little while to realize that Serialx.available(); returns the buffer size starting with 0. So for my 20 bytes recieve, I wait until...
Awesome, Paul. Thanks, very much - you're a cool dude (as is this whole community).
I downloaded the updated "serial1.c" and put it into the "\Arduino\hardware\teensy\avr\cores\teensy3"...
Thanks Michael. However, I don't believe that the "out-of-the-box" the setRX() and setTX() functions will work with this "ALT4" variation of Serial1. Serial1 seems to be UART0 and on the pin...
Hello.
I am trying to use the alternate UART0 / hardware Serial1 pins based on the LC KL26 datasheet. Can anyone tell me if this is even the correct way to use these?
...
Okay, I just got the test program to compile and run by making some changes to the library code. I deciphered what JBeale meant here:...
Hello Everybody. I am just getting started with working on my project. I am using the Teensy 3.0 and after I got the serial_install and Beta10 softare installed and connected up, the next step was...