Part Number: MSP430F5507 Other Parts Discussed in Thread: MSPBSL Hello Team,
My customer wanted to confirm if there's any code pre-loaded in the BSL sector? They are aware that you can load your own code in that sector. I f I am understanding this correctly…
Hi Jafar
Sorry for the late reply due to the holiday.
Jafar Moheidat said: regarding the hardware invocation , the design of the board I work on did not consider the future needs for updating firmware, which means there are no output connections with RST…
Part Number: MSP430F5507 Other Parts Discussed in Thread: MSP-FET I am a student at the University of Arkansas and I am trying to use the MSP-FET with Code Composer Studio to program and debug on our target board. Our target board connects to the FET with…
Part Number: MSP430F5507 Hello Team,
Can you confirm the pin1 orientation in the reel of MSP430F5507IRGZR? I looked into the datasheet and I can't find this OPN in PACKAGE MATERIALS INFORMATION page 112. Can you also share the tape pitch?
Regards, Ren…
Part Number: MSP430F5507 My customer is facing the issue of "no communication start of UART at low temp(0℃)" on their system.
The UART communication using the USCI port did not start when the power was turned on occurred,
UART is working correctly…
Part Number: MSP430F5507 Other Parts Discussed in Thread: TEST Hi ,
I have a code running on MSP430F5507 , everything is working fine. But I have the following concerns:
1- Configure the SPI module UCB1CTL0. While the UCSWRST is 0.
the register is…
Part Number: MSP430F5507 Hi, I want to ask about the linker file, I am using the Main flash memory to store some data (3k byte). I am using the segments right below the interrupt vector segment. and the flash region in linker file in within the segments…
Part Number: MSP430F5507 Other Parts Discussed in Thread: TM4C1236D5PM Dear TIs,
Would you pls give a good choice for MSP430F5507 replacement? the details is USB host , ROM:32-64kB, UART/SPI , 48PIN,low power.
Thanks a lot.
Part Number: MSP430F5507
Hi, I am working with a the TI MSP430F5507, I cannot seem to reduce the LPM4 current below 24uA.
I have removed all peripheral circuitry and I am using standard TI LPM4 function. See below
void LowPower4(void)
{
WDTCTL = WDTPW…
Part Number: MSP430F5507 Other Parts Discussed in Thread: TEST Tool/software: Code Composer Studio HI, I am new user with micro controller MSP430. I am trying to communicate with a flash memory M25P40 using SPI protocol. I am sending data through the UCB1TXBUF…