Quantcast
Channel: MSP low-power microcontrollers
Browsing all 62306 articles
Browse latest View live
↧

Forum Post: RE: Excecuting interrupts during Flash read/write

Thank you both, according to that thread it "should" be possible, and we will try it. We cannot poll IFGs as timing is important down to microseconds and polling times would be excesive. As old_cow...

View Article


Forum Post: RE: Msp430G2553 + BNO055

Hi Dennis I made that post just to share my experience since I have been struggling for more than a month. You are right about the voltages, but the data sheet if for BNO055 not for the adafruit board...

View Article


Forum Post: MSP430F5137. Time between packets.

Good evening! Is it possible to reduce the time between packets in MSP430F5137. Use TEST0=0x09, FSCAL3.CHP_CURR_CAL_EN=00. Packets 50 bytes (12.8 ms) - pause 1.8 mS, packets 10 bytes (4.3 ms) - pause...

View Article

Forum Post: RE: Cad Files Of EZ430-CHRONOS Watch

Hi Jaydeep, I apologize for the long delay in getting a response to you. Unfortunately, we do not have the CAD files available for the Chronos watch because it was designed and manufactured by a third...

View Article

Forum Post: RE: Excecuting interrupts during Flash read/write

Maybe TI USB BSL source code can help you. It will download last (new) BSL version to RAM and execute it (flash erase / write / verify) from there. It is using (USB) interrupts.

View Article


Forum Post: RE: MSP-FET for MSP432 BSL

Hi Jim, Let me try to address your multiple questions. [quote user="Jim Patten"]I looked at the C file you posted. It looks like you're using Port0, Pin5 as the BSL invocation. Is that correct?[/quote]...

View Article

Forum Post: RE: Excecuting interrupts during Flash read/write

[quote user="zrno soli"]It is using (USB) interrupts.[/quote]I looked at the 5xx_6xx_BSL_Source\Peripheral_Interfaces\USB\Proj_Settings.h in MSP430BSL_1_00_11_00 and as far as I could tell it is using...

View Article

Forum Post: RE: MSP 432 DMA Single Transfer on rising Clock Edge

Rolf, I have someone working on this for you. They'll be in touch soon.

View Article


Forum Post: RE: Excecuting interrupts during Flash read/write

So we tried enabling interrupts after starting the Flash erase and it's NOT servicing interrupts. Will check again to see if we are not referencing flash at all but apparently not. Next step is making...

View Article


Forum Post: RE: Time between output/input

To capture the time of the events, configure the timer's CCRs in capture mode, and connect the output pin and the input signal to some pins that can be used as a timer inputs (P1.1 or P1.5 for CCR0,...

View Article

Forum Post: RE: Executing interrupts during Flash read/write

According to both the datasheet (which you quoted) and to that thread, interrupts are disabled at the hardware level. You cannot use interrupts. You must use polling.

View Article

Forum Post: RE: How to build a released .out file which source code can be...

Hi Ted, Sorry for the late response, I was unable to recreate this problem, although i had some other issues using FET-Pro Lite but none using CCS. So I think that's a better way to go about it. After...

View Article

Forum Post: RE: MSP430F5137. Time between packets.

Hi Sergei, Please post your setup/init code, and give more detail about your application if possible.

View Article


Forum Post: RE: Time between output/input

Thanks for the reply, So for example WDTCTL = WDTPW | WDTHOLD; // Stop watchdog timer BCSCTL1 = CALBC1_1MHZ; DCOCTL = CALDCO_1MHZ; P1DIR |= BIT1; P1SEL |= BIT1; P1DIR |= BIT5; P1IN |= BIT5; TA0CCR0 =...

View Article

Forum Post: MSP432 I2C

Hello All, I try to use an example program i2c_master_rw_repeated_start-master_code.c, in ti/ mspware / MSPWare _2_30_00_49/driverlib/examples/MSP432P4xx/i2c/ and I am trying to verify the code in...

View Article


Forum Post: RE: MSP430F5137. Time between packets.

Hi, Cameron! Sorry, I don't understand what is my setup/init code. I want to detect the carrier frequency (Carrier Sense) in the mode of WOR (T_Event0=1...3 s). Want the pause to reduce or remove....

View Article

Forum Post: CCS Cloud compilation output understandable

Below is screenshot of compilation output when I try to build my project, I never saw the similar before and do not understand it at all. And the bad thing is that I do not know it is a problem of my...

View Article


Forum Post: RE: new update of code composer halt the program with exit.c file

Does your program use SYS/BIOS (aka TI-RTOS)? For SYS/BIOS programs the exit function will be called if an error is detected by SYS/BIOS. For a bare-metal program exit will be called if the main...

View Article

Forum Post: RE: MSP432 I2C

I cannot watch your oscilloscope's screen from here.

View Article

Forum Post: SPI-msp430f5529

I'm using the msp430f5529 launchpad, initiated the SPI in 3 wire mode but in debugging time I'm unable to see data in UCA0TXBUF register but the SPI working is proper it's working in desired manner,...

View Article
Browsing all 62306 articles
Browse latest View live