Part Number: MSP430F2370 Other Parts Discussed in Thread: MSP430FR2433 Hi
Anyone could show me on how to perform self test on the MSP430F2370 RAM and Flash test ?
RAM test will be needed to be done before the main() start.
How about CRC chek on…
Part Number: MSP430F2370 Other Parts Discussed in Thread: TRF7970A , DLP-7970ABP , TIDM-NFC-RW , TIDM-NFC-SDM , TIDM-NFC-DESFIRE-AES Support Path: /Other topics/Design techniques and how-to guides/ My teams working on project based NFC module and decide…
Part Number: MSP430F2370 Other Parts Discussed in Thread: TRF7960A , MSP430F2370 , UNIFLASH Tool/software: Code Composer Studio Good day, tell me how to flash msp430f2370 TRF7960A_06_2011 PCB ready www.ti.com/.../sloa167.pdf . composer Studio 7.1.0 Programator…
Other Parts Discussed in Thread: MSP430F2370 Hello,
I am working on MSP430F2370 microcontroller.We are in the final stage and the boards are about to go for production.
I need to code protect the software developed in order to move ahead.
but in…
I found this ABM8G-13.560 MHZ-18-D2Y-T-CRYSTAL, 13.56 MHZ, 18PF, 3.2 X 2.5 MM will fit?! Q1
What should be the value of the Active resistance from L1 and L2?! http://www.ti.com/lit/an/sloa167/sloa167.pdf
Other Parts Discussed in Thread: MSP430F2370 I am running an MSP430F2370 with a 16 MHz external clock.
I have an endless while loop toggling an external pin:
while (1)
{
P2OUT |= 0x01; // set P2.0 high
P2OUT &= ~0x01; // set P2.0 low
}
…
Other Parts Discussed in Thread: MSP430F2370 Hello ,
I am working on MSP430f2370 controller.
For my application i need to software reset the controller after certain loop in my code.
can any one suggest how can i achieve it?
Thank you,
Sanath…
No, you would need different footprints for different MSP430 device families, plus the schematic changes for each MSP430. Josh's suggestion is for if you were planning to make a custom design rather than using the TI reference in the app note.
If you…