Hi.
Is there any possibility to change the security of the FSEC registry on the Teensy 3.6?
I have seen that there is a file for the MK20, but not the same for the MK66.
I would like to...
Type: Posts; User: LuisHS
Hi.
Is there any possibility to change the security of the FSEC registry on the Teensy 3.6?
I have seen that there is a file for the MK20, but not the same for the MK66.
I would like to...
For a future RT1070-based Teensy I would suggest:
1.- A version that allows us to load encrypted firmware, in order to protect it.
2.- A PCB version with castellated holes for surface mounting....
Hi.
Is there any example source code using FlexioSPI as slave with DMA?
I also have a question, can I choose any group of free pins of Flexio1 or Flexio2 ?, I need to add a SPI port to my...
Hi.
Does anyone know if it is possible to emulate a new SPI port using Flexio?
For my application I need two SPI ports, and of the four LPSPIs that the RT1062 has, one is used by SD, the other by...
Hi.
Will this new version allow uploading signed/encrypted images of the user firmware?
Not by software, that doesn't work, I already tried all the possible combinations with the USB descriptors.
I had to solve it by hardware, I designed my own board with two MKL26Z128...
OK, I am using 1.47 Bet4, I will update to the latest version. Thank you.
Great, very good that update.
Are you going to add the swapBuffers() method soon?
To work with dynamic content, such as video animations, instead of a single image, it is necessary. In this way...
So does this mean that pins 14, 2, 20, 21, 5 and 3 are free for other uses?
In my application, in addition to using the LPSPI3 to receive data with DMA, I need 3 other free ports to activate...
OK thanks.
So LPSPI3 is SPI1 for the Teeny 4.0 source code?
Can I assign these pins to use LPSPI3?
SPI1.setMOSI (26);
SPI1.setMISO (1);
SPI1.setSCK (27);
What about PCS0, how can I assign...
Thank you, I had not noticed the possibility of changing the pin assignment for SPI with Muxing options.
So can I assign each LPSPI3 pin to a different Muxing mode ?, CS and SIN to ALT7, SCK and...
.
I have checked the changes in the connections of your modifications, and the only problem that I find for my application, is that using pins 10, 11 and 12, SPI1 is lost, and the pins of SPI2 are...
Yes, could you please explain in more detail how it works?
Waiting for your new updates, congratulations on your work.
Thank you very much esasone, I already found it.
I'm going to design a PCB with the modifications so I don't have to connect external cables. I want to test it with a Teensy 4.0, but my idea would...
hello.
Could you post the schematic of the board you use to connect the Teeny 4.0 to the LED panels, and the wire modifications you've added?
I would like to test it, but developing my own PCB...
Hello.
Is it possible to compile for Teensy 4, generating a signed or encrypted image of the binary?
I need the binary to be protected so that in commercial applications, nobody can extract it,...
Hello
I need to connect 5v signals to the inputs of Teensy 3.6, that are not 5v tolerant.
So far I have used an HEF4050 in SOIC, but when trying the CD4050 version in TSSOP I have problems, I...
Thanks Paul and Defragster.
The source uses F_BUS to calculate a timer, and F_CPU to calculate the frequency of updating images on LED panels using the Startmatrix library.
This is the part of...
*
Hello
To port some sources that originally work in Teensy 3.6, some values, such as timers, are calculated based on the constants F_CPU and F_BUS.
I see that in Teensy 4, there are no such...
Thanks, I have install both libraries, but also fail to compile for Teensy 4.0
C:\Users\xxx\Documents\Arduino\libraries\SdFat\src\SpiDriver\SdSpiTeensy3.cpp:23:21: fatal error: kinetis.h: No such...
OK thanks.
Where can I get those examples or ILI9341_t3n libraries for Teensy 4.0?
I have opened the examples of the latest version of Teensyduino, and when compiling for Teensy 4.0, it gives me...
Thanks.
All the DMA sources for Teensy 3.6, are compatible with Teensy 4.0, SPI input and memory to GPIO ?
Do you know some example sources for Teensy 4.0, with interrupts and timers? I tried to...
ok, thanks ecurtz and manitou.
There are two hardware versions, with RT1062 and RT1052?
I installed the latest Beta2 Teensyduino for T4, and I ordered Teensy 4.0 from Antratek, this one seems...
Hi.
Is it possible to know which are the real ports of the RT1062 on the pins of Teensy 4.0?
I think the board scheme is not yet available, I would also like to know when we can download.
I...
Thanks paul
Yes, it seems that F_BUS is used to calculate the frequency of the timers. I have added a #define F_BUS F_BUS_ACTUAL to my sources and it no longer gives that compilation error, but I...
Hello again.
I try to compile a Teensy 3.6 application for Teensy 4.0.
I receive the compilation error "'F_BUS' was not declared in this scope".
I have searched all the sources of the new...
ok, thanks mjs513, I will check.
I'm trying to compile for Teensy 4, an application of Teensy 3.6.
Everything seems to be going well, until this compilation error occurs, it seems to be related to SD cardholder and FAT library.
...
*
Hello.
I need emulate three USB devices (Mouse, Keyboard, Xbox360 gamepad), with one Teensy board.
I have modify the USB descriptors to add support to Xbox360, the code compile but only can...
*
Force feedback works perfectly with the Zachery Littell library. I tested and modified a lot of time ago for Teensy 3.2, first version was only for Teensy LC.
Now I need mix, in one Teensy,...
*
I solved alredy this question.
I have modify USB descriptors, to add Xbox360 game pad. My current problem is how to combine several HID USB devices (mouse and keyboard) with the Xbox360, to...
Hello.
I am trying to create a USB combination, which allows me with a single device to have a Keyboard, Mouse, Xbox Control and the Serial port to make Debug.
I've been looking at the source...
.
With the optimization of the source code that I made, plus the overclock to 168Mhz, it has improved a lot. Basically, I modified the program so that as soon as the interrupt occurs, the first...
.
Okay thanks.
Some time ago I measured with the logic analyzer, it was the clock frequency, 0.1us, 4.54 Mhz. It may be very fast for the Teensy 3.5 DMA.
14562
The data is continuous in...
.
One more question.
What is difference between attachInterruptVector and attachInterrupt ?
For example in this source code, Im not sure that really need the last line, and if I can replace...
.
There is an external trigger signal for an interrupt that run a function where I do a memcpy to copy the DMA buffer to an array. I think it's here, when I do the memcpy, I lose some data, but...
I mean the library that is added with SPI.h.
I have already managed to optimize the source code, and it works much better, not 100%, but it has improved by 95%. Now I only lose some data from time...
OK, thanks for your reply.
Do you know if DMA is affected by the overclock ?.
I have a strange case that I do not understand.
An application, the same source code compiled for a Teensy 3.6...
Hello.
Teensy 3.5 overclock to 144Mhz or 168Mhz, can it affect the operation of SPI ?.
I have problems, and I'm still not sure if it is because I have configure the clock to 144Mhz and 168Mhz....
I understand that you mean that the configuration of boot can only be done once and can not be changed anymore?.
I have the NXP evaluation board of the RT1050, and it has some microswitches, to be...
.
Will there be any option to boot from SD (some jumpers/switches), or only from QSPI?
I suppose there will be no hyperflash.
About SPI, I would prefer that there were two available in the 24...
.
Hi.
I need to make a wav sound player by storing the files in an external SPI memory, the total size of the files is 18 Megabytes.
Is there any SPI memory chip compatible with the audio...
.
Any news about the future Teensy 4?
Next month, at the beginning of March, the new NXP i.MX RT1020 microcontroller, Cortex M7, 500 Mhz will be available. In March available to request...
Wow, this is fantastic, I had not read this message and coincidentally a few days ago I was reading about the i.MX RT1020 on the NXP website, to use it in some of my new developments, it also seems...
.
Ok, thanks KurtE.
I'm going to modify all the SPI. to SPI2. in w5500.cpp and I'll verify it. I hope this works well, so that my application can work with SPI0 and SPI2, each for a different...
.
I have edit the source w5500.cpp and it seems that the access to the W5500 is fixed to SPI (SPI0) in the source, with no option to configure it externally to works by SPI2.
For example in...
.
Thanks KurtE.
I have modify:
SPI.setMOSI(7);
SPI.setMISO(8);
SPI.setSCK(14);
.
Hello
Is it possible to use SPI2 with Teensy 3.5?
I can not use SPI0 because it is connected to other hardware, and SPI1 is connected to the SD card (SDHC), so only SPI2 is free to use it...
.
I'm working with uTasker, its an open source and free encrypted bootloader that works perfectly with Kinetis MK64, MK66, so with Teensy 3.5 and 3.6, probably will works also with Teensy 3.2.
...
.
Hello.
Is it possible to do this, with a single SD card and the stereo DAC?
11582
playSdRaw1 and playSdRaw2 are really the same SD card. They are simply duplicates, in the schematic,...