Nucleo64 F446RE implementation #1125
davidzwa
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently worked on a STM32 Nucleo64 F446RE adaptation which now can succesfully TX and RX on preset transmission parameters (SF7, 4/6, 125kHz) and by testing with a WiMod SK-iM880B to prove to myself it works.
I was curious if this is interesting to PR for this project?
https://github.com/davidzwa/LoRaMac-node/tree/feature/add-nucleo-f446re
One problem I encountered is the emulation of flash. Quite hard for me to see how to tackle this for the F446 as it supposedly has irregular size of flash sectors... not too experienced with it and I saw that the emulation Core was custom for the Lxx series. A challenge, not a blockage! Maybe abstract it for multiple series of devices?
Beta Was this translation helpful? Give feedback.
All reactions