-
Notifications
You must be signed in to change notification settings - Fork 13
NEW targets: MTB_MURATA_ABZ #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
91d66cb to
98683a1
Compare
|
Lora part is missing. |
|
From my point of view it's exactly the same than |
ok this is confirmed by #14695 |
So I can add this SX1276 component in the custom_target file ? |
Sure, same as this one, for the pinout of course |
|
It supports AES-128 and RNG as shown on this webpage below and STM32CubeMX. |
|
Oh, you're right... The only thing I can do is to add the information in the readme to add: |
|
@jeromecoutant |
yeah, correct, I dealed with the same since I think we can't add any |
e3a96f5 to
14121c0
Compare
STM32L082CZ
|
Can we please confirm how to deep sleep for this module (particularly with respect to how TCXO can be GPIO controlled) and what real-world deep sleep current to expect when running MBED. I've been attempting to use this target for some time (in earlier MBED versions then with a custom target) but have never been able to achieve deep sleep currents for long-term battery operation as a lora node. I've also typically had to set "lora.max-sys-rx-error": 100 for it to join reliably. |




This follows discussion started in ARMmbed/mbed-os#14695
This pull request takes configuration files from mbed-os-5.15 branch,
and only check build.
NB: "MBEDTLS_CONFIG_HW_SUPPORT" macro is not enabled, as this needs some development in https://github.com/ARMmbed/mbed-os/tree/master/connectivity/drivers/mbedtls/TARGET_STM
Any help is welcome ! :-)