manitou48
manitou48
zip file containing the STM32 files has a 64-bit executable in linux/dfu-util/dfu-util so dfu-util fails on a 32-bit linux system **sketchbook/hardware/Arduino_STM32-master/tools/linux/dfu-util/dfu-util: cannot execute binary file: Exec format error**
With IDE 1.6.11 and teensyduino 1.30, i tried (for the first time) the ChibiOS examples. Even for teensy 3.0 (3.2), the library is filed under INCOMPATIBLE LIBRARY subfolder, but I...
Bill, In 2016 I used a zip file from stepl https://forum.pjrc.com/threads/45647-k6x-LAN8720(A)-amp-lwip to test T3.6 SDHC with lwIP servers (httpd, ftpd, tftpd). Teensy 4.1 will have Ethernet, so I re-visited the...
For I2C mode, in begin() in SFE_MicroOLED.cpp, dcPin is being configured (pinMode etc) even though it is not defined or otherwise used. Default value of 0 for dcPin means pin...
For I2C mode, in begin() in SFE_MicroOLED.cpp, dcPin is being configured (pinMode etc) even though it is not defined or otherwise used. Default value of 0 for dcPin means pin...
For I2C mode, in begin() in SFE_MicroOLED.cpp, dcPin is being configured (pinMode etc) even though it is not defined or otherwise used. Default value of 0 for dcPin means pin...
Kris, I was hoping you would respond to this teensy forum https://forum.pjrc.com/threads/33328-Prop-Shield-Beta-Test?p=101499&viewfull=1#post101499 Your prop-shield sketch does fusion updates even if there is no new data, and you argue in your...
line 467 in sdhc.c (cosmetic?) is in error me thinks. it reads m_sdhc_baudrate=F_CPU/((1
teensy/cores/WInterrupts.c does not support attachInterrupt() on Teensy 2 pin 24 (INT6). see https://forum.pjrc.com/threads/55235-How-do-you-check-if-Teensy-2-0-INT6-(pin-24)-works
Here is a simple sketch that exercises SHA256 and TRNG and demonstrates how AES support might be added to ATECCX08a lib https://github.com/manitou48/pico/blob/master/crypto.ino