2023-06-20 11:59 PM
I am curently using I-CUBE-LRWAN v2.1.0 package in STM32L476-Nucleo with HPD13A-Sx1276 Transreceiver to communicate with TTN network server & its working properly as it should be.
The point is I have STM32G431 & STM32F407, in which i want to port I-CUBE-LRWAN stack.
Is it possible to do so?
If Yes, How? (teach me like a noobie)
If No, Why?
2023-06-21 08:46 PM
With the earlier LRWAN implementations it was possible. Certainly for the F4
The porting was as I recall somewhat involved. Clone the STM32 family specific files into ones for the target platform, bring in the HAL files for that platform. Adapt the pins and HAL calls to suit the board.
2023-06-23 12:00 AM - edited 2023-06-23 01:46 AM
Can u please get me clear in this?
Is the dependency is LowPower only on L0, L1 & L4 boards or is there more to that. Why not other Low Powered boards like L5, U5 or any other boards by ST.