Forum Rule: Always post complete source code & details to reproduce any issue!

Search:

Type: Posts; User: Finally_Joe

Search: Search took 0.00 seconds.

  1. Hey, thanks so much, Paul. I sent you a direct...

    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...
  2. Use MKL26Z 32 VFT4 in place of the 64 for TeensyLC (until stock is back)

    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...
  3. Oh shoot...interesting. Thanks, again. Any...

    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...
  4. What to Do with Reset Pin on MKL26 when Removed From Teensy-LC board

    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...
  5. Sweet. Thanks. I think I got it. Was...

    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...
  6. LC uC Pin 13 aka PTE29 as GPIO Output High / Low

    Anyone know how to use PTE29 or uC pinout #13 on the Teensy-LC? Just as a simple output digitalwrite type High or Low...
  7. Replies
    7
    Views
    2,861

    Yes, it works! Thank you. Also, initially, it...

    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...
  8. Replies
    7
    Views
    2,861

    Awesome, Paul. Thanks, very much - you're a cool...

    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"...
  9. Replies
    7
    Views
    2,861

    Thanks Michael. However, I don't believe that...

    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...
  10. Replies
    7
    Views
    2,861

    TeensyLC Alternate UART0 / Serial1

    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?


    ...
  11. Okay, I just got the test program to compile and...

    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:...
  12. Cannot compile ST7565 LCD test program, Teensy 3.0 Beta10 Software, win7

    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...
Results 1 to 12 of 12