2019-06-04 07:13 AM
"The I-CUBE-LRWAN Expansion Package consists of a set of libraries and application examples for STM32L0, STM32L1 and STM32L4 Series microcontrollers acting as end-devices."
Can i use the libraries comming with this package even if i am using a STM32F767ZI and not a STM32Lx?
Simon
2019-06-04 08:26 AM
You'd have to create an equivalent "shim" layer for the F7, so figure the 10-12 L4 files, to F7 equivalents.
A suggested route is to pivot from L4 NUCLEO-64 to NUCLEO-144, and then pivot from L4 NUCLEO-144 to F767ZI NUCLEO-144, and then to your target hardware.