2019-07-04 12:35 AM
So I am trying to port the cube LRWAN example for the Semtech expansion shield SX1261 from the existing Nucleo L476 to a L412 variant. I do know that it should be possible because they are not very different (Probably it is easy to do but I am simply not experienced enough).
What I did is the following :
Changing the Defines to L412XX
Changing the pin map
Generating a SystemClock_Config using CubeMX -> Copy paste into the Project
SPI is SPI2 instead of SPI1 so I changed that
Something I did not understand: What is what is the trace file used for? I guess it's just used to plot to the console so I disabled the UART (Is this a problem? )
Sadly it's not working at all (No Signal on SPI Pins...). And I am completely out of ideas.
So I need Help from a experienced ST User. If anyone has an Idea please let me know.
Thanks in advance