Thanks KurtE, I would be happy to use the interface that's intended for connection to the optional QSPI memory chip on the T4.1. I would plan to gain access to it by soldering a custom breakout board...
Type: Posts; User: paqwa
Thanks KurtE, I would be happy to use the interface that's intended for connection to the optional QSPI memory chip on the T4.1. I would plan to gain access to it by soldering a custom breakout board...
Okay, so I'm guessing that likely means that the hardware assisted single/standard SPI transfers will likely be much faster than any software implementation of Dual/Quad SPI? It seems strange that...
Hi there,
I'm wondering if anybody has come across any Quad SPI libraries that could be used as examples or used directly. I'm communicating with and one of Bridgetech's FT813 TFT displays and I...
Hello again,
Sorry about this inquiry. Looked through it again, tracing my way through the libraries and I found that I was trying to set the SRE bit in the wrong place in the code. The pins and...
Hi Paul/All,
I've been playing around with what was suggested in another forum topic here to enable/disable the slew rate on digital pins of a Teensy 3.6 and I can easily do this in a sketch by...
Hi Paul / All,
I've been playing around with what was suggested above to enable/disable the slew rate on digital pins of a Teensy 3.6. I can easily do this in a sketch by simply changing the port...
Replying to my own thread, as I found the cause of the issue I raised! The cipher mode used by AES encryption using CryptoAccel library appear to be Electronic Codebook (ECB) and the output...
Quick question, after playing around with the CryptoAccel library, I found that it utilizes the ECB cipher mode. This mode is known to have some security issues if repetitive text blocks are being...
Hi, I would very much appreciate any help or guidance anyone can bring to bear on getting a better understanding of how Paul's CryptoAccel library works and how to use it for the purposes of...
Thanks very much for your prompt responses on this matter. If I understand correctly, you're both saying that all USB serial communications to the Teensy 3.6 are in fact validated between source and...
Hi,
Could someone please comment on whether or not the teensy usb driver in Win7/10 does a CRC check on the validity of data transmitted to/from a Teensy 3.6 via USB serial. I suspect it does not...
Hi,
I had trouble with the above method of detecting the presence of the SD card also so I reverted to the less desirable method of polling. However as I primarily use capacitive touch TFT's, I...
Hi all, I'm trying to build a small control system using Teensy 3.6 with TFT, alongside a number of other micro-controllers connected via UART's and I2C comms, and a number of peripheral motors, etc....
In addition to my message above, I should also mention that I am just looking to output a mono audio signal using the DAC0 channel on the Teensy 3.6 or Teensy 3.2, it that makes things any easier. I...
Hi Paul/Others,
I'm aware that this is a relatively old thread but I'm also very curious about whether I could potentially alter your PJRC audio library to utilize Bill Greiman's current SdFat...
Thanks Paul and Frank,
Firstly, I just wanted to say that while this is my first time posting here I've followed 100's of your discussions on forums over the past year/two since I got my first...
Hi,
I just found this very useful thread, could you please give a little further information as to what part/where in the SDFat library I can find the DAT3 configuration you've noted above, I'd...
Hi,
I cannot find any information for detecting the presence of an SD card for T3.6's built-in Sdio card slot. I'm aware this can be done with may of the spi card reader modules but I need the...