
Jamesgrr
Members-
Content Count
13 -
Joined
-
Last visited
-
Days Won
1
Jamesgrr last won the day on November 7 2018
Jamesgrr had the most liked content!
About Jamesgrr
-
Rank
Member
Profile Information
-
Location
Australia
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
This is resolved, I believe it was setup related. I'm not sure what caused it but it's fine now?? The worst kind of problem honestly. Thanks for assistance though.
-
Oh sorry I didnt even realise I didn't mention that... It's MSP430FR2433
-
Hi, I have noticed (after much hair pulling) that serial doesn't work when board definition 1.0.5 is selected. Wondering if anyone else is experiencing this issue? 1.0.4 works perfectly. Tested on both the launchpad and a custom board.
-
Yes, I have been asking around to try find out as much as I can about this. From Energia and Ti perspective. Thanks for that PR.
- 9 replies
-
- msp430fr2433
- sleepseconds
-
(and 1 more)
Tagged with:
-
Based on what I am learning here: https://e2e.ti.com/support/microcontrollers/msp430/f/166/p/749845/2768754#2768754 It appears that the "Enhanced Clock System" isn't available on this chip. Which is what limits ACLK to REFO. Will update if I learn more about using it with the RTC module.
- 9 replies
-
- msp430fr2433
- sleepseconds
-
(and 1 more)
Tagged with:
-
Thanks, this is indeed the case. I believe this is the section in question here. It's abit weird because the comment above suggests that it should fall back to VLO? But actually uses REFO. Additionally, in 'MSP430FR2433.h" there is no define for setting ALCK to VLO, unlike the FR5xx boards. /* If starting the XTAL timed out then fall back to VLO */ if(!timeout) { /* ACLK = VLO = ~ 12 KHz */ vlo_freq = 8000; /* Source ACLK from REFO */ CSCTL4 |= SELA__REFOCLK; If I look at where SELA_REFOCLK is defined, I can see there is no way to direcctly do this
- 9 replies
-
- msp430fr2433
- sleepseconds
-
(and 1 more)
Tagged with:
-
Yes this is the conclusion I have come too. I believe Energia' implementation of the Watchdog here is what causes the higher usage. It is very impressive that it manages to get even close. I think it is abit misleading to call SleepSeconds() true LPM3 though. It would be great to see some other implementation though; as the MSP430 is capable of sub 1ua sleep. Perhaps I will experiment with a library in the future to make this possible. Thanks for your response.
- 9 replies
-
- msp430fr2433
- sleepseconds
-
(and 1 more)
Tagged with:
-
Is this still the recommended way to use FRAM with Energia?
-
That LoRaWAN Gateway is awesome. Would love to see the source for all this.
- 7 replies
-
- upper fram
- msp430fr5994
-
(and 4 more)
Tagged with:
-
I think messing with the power regulator is no good. My 'implementation' of it with Energia breaks SleepSeconds and the device restarts. Any assistance with getting current using SleepSeconds below 17ua would be greatly appreciated.
- 9 replies
-
- msp430fr2433
- sleepseconds
-
(and 1 more)
Tagged with:
-
Using Driverlib without energia I am able to get VERY low consumption (less than .5ua) Would love to know how this can be integrated with Energia SleepSeconds. Thanks. WDT_A_hold(WDT_A_BASE); P2SEL0 |= BIT0 + BIT1; // P2.0: XOUT; P2.1: XI1 //CSCTL4 = SELMS__DCOCLKDIV | SELA__XT1CLK; // MCLK=SMCLK=DCO; ACLK=XT1 // Port Configuration all un-used pins to output low P1OUT = 0x00; P2OUT = 0x00; P3OUT = 0x00; P1DIR = 0xff; P2DIR = 0xff; P3DIR = 0xff; PM5CTL0 &= ~LOCKLPM5; // Disable the GPIO power-on defa
- 9 replies
-
- msp430fr2433
- sleepseconds
-
(and 1 more)
Tagged with:
-
Hi, I'm working on a board with an FR2433, and also doing testing with the FR2433 Launchpad. I am trying to troubleshoot high current using SleepSeconds() With Suspend, I can get 1.5ua but sleep seconds is around 18ua, I believe it should be far lower based on the datasheet for LPM3. I am using a ucurrent gold so feel confident about the measurement. I set all my pins (1-22) to OUTPUT LOW and have also tried with INPUT_PULLDOWN Any assistance here would be greatly appreciated. Thankyou.
- 9 replies
-
- msp430fr2433
- sleepseconds
-
(and 1 more)
Tagged with:
-
MSP30FR2433: SLEEP command not working correctly
Jamesgrr replied to kreitzz's topic in Energia - MSP
. Hey Kreitzz, I would be interested to know if you have tried using sleepseconds with any different results. I am using the same board and am hoping to get low power sleep working as well.- 2 replies
-
- msp430g2
- msp-exp430fr2433
-
(and 1 more)
Tagged with: