CMWX1ZZABZ Power issues Murata LRWAN1 (ver1.1.1)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-07-13 7:48 AM
Have been working with this guys a couple of weeks and the yare asom, but the code seems to be draining power like crasy even in stop mode 1mA.
Has any one been able to lower power consumption on stop to uA?
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-07-20 10:05 AM
Yes Indead
st.mcu
I disabled all led configurations and initializations. And fisicaly Conected VDD_TCX0 to PA
and changed in mlm32l0xx_hw_conf.h
#define RADIO_TCXO_VCC_PORT GPIOA
#define RADIO_TCXO_VCC_PIN GPIO_PIN_10Seems that some more configuration could be missing in PA Will have to check more details when I have some time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-07-13 8:07 AM
Not sat and measured. Not using in Low Power/Energy mode, but code there seems poorly executed,
bunch of grinding delay/spin loops.
This on the DISCO or your own implementation?
The DISCO has the TCXO strapped on all the time. You'd need to check the code build, that LOW_POWER_DISABLE is not defined.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-07-17 7:06 AM
Hi
Genskowsky.Kevin
,Based on your posts in
https://community.st.com/0D50X00009XkYNDSA3
, your problem seems to be fixed.Do you confirm? Could you please update this thread with the solution you found?
Thanks.
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-07-20 10:05 AM
Yes Indead
st.mcu
I disabled all led configurations and initializations. And fisicaly Conected VDD_TCX0 to PA
and changed in mlm32l0xx_hw_conf.h
#define RADIO_TCXO_VCC_PORT GPIOA
#define RADIO_TCXO_VCC_PIN GPIO_PIN_10Seems that some more configuration could be missing in PA Will have to check more details when I have some time.
