SPIMemory
SPIMemory copied to clipboard
New board support. STM32L4
Feature request
Is your feature request related to a problem? Please describe.
Yes, Trying to get support for STM32L4 Via core from GrumpyOldPizza https://github.com/GrumpyOldPizza/arduino-STM32L4
Currently board crashes when trying to use SPI1
Describe the solution you'd like
Support for Butterfly-STM32L433CC with SPI1
Describe alternatives you've considered
None
Additional context
None
DO NOT DELETE OR EDIT anything below this
Note 1: Make sure to add all the information needed to understand the bug so that someone can help. If any essential information is missing we'll add the 'Needs more information' label and close the issue until there is enough information.
Note 2: For support questions (for example, tutorials on how to use the library), please use the Arduino Forums. This repository's issues are reserved for feature requests and bug reports.
Got it. Initial testing shows good with the STM32L433CC
Just had to add some extra lines.
In the Core variant.h file:
#define ARCH_STM32
In the arduino program file:
SPI1.begin();