I finally got the sdfat library to work on my Nucleo F767zi using a micro SD card module and the SPI pins and wanted to document it.
I used the following pins
PE12 - clk
PE13 - miso
PE14 - mosi
PE11 - ss
3.3 V - power
Gnd - gnd
I selected this SPI port because its pins do not look to conflict with ...
Search found 3 matches
- Tue Sep 24, 2024 12:59 am
- Forum: Libraries & Hardware
- Topic: SD Card Using SPI2
- Replies: 10
- Views: 18671
- Sun Aug 25, 2024 9:05 pm
- Forum: General discussion
- Topic: Some confusion around the ordering/mapping of the pins in the variant.cpp PinName array
- Replies: 11
- Views: 14241
Re: Some confusion around the ordering/mapping of the pins in the variant.cpp PinName array
Description of digitl i/o problems on nucleo F767zi (with the STM32duino core)
The pins are referenced into two different ways - one has an underscore and the other does not
For example pin C-9 in referred to as PC9 (the "Pin Number") and PC_9 (the "Pin Name")
all of the digital I/O functions ...
The pins are referenced into two different ways - one has an underscore and the other does not
For example pin C-9 in referred to as PC9 (the "Pin Number") and PC_9 (the "Pin Name")
all of the digital I/O functions ...
- Sat Feb 06, 2021 10:07 pm
- Forum: Libraries & Hardware
- Topic: FlashStorage_STM32 Library to use emulated-EEPROM. Now supports STM32 core v2.0.0
- Replies: 8
- Views: 12446
Re: FlashStorage_STM32 Library to use emulated-EEPROM
Wow this is helpful. This EEProm emulator actually works with my Nucleo F767zi (after updating the STM core and arduino IDE)
I haven't been able to get the built-in version (EEPROM on STM32 core) to work on F7 processors.
BTW, It worked with a Nucleo F103rb also.
I haven't been able to get the built-in version (EEPROM on STM32 core) to work on F7 processors.
BTW, It worked with a Nucleo F103rb also.