Other Parts Discussed in Thread: MSP430F2370 I am trying to use a 16 MHz external clock on PIN 2 for the MSP430F2370 micro. Here is my init code:
// Set the 16 MHz oscillator as the input clock on XIN
BCSCTL1 &= ~(XT2OFF); // XT2 OSCILLATOR - clear…
Hello Ilia,
Possibly? It was very crudely working with the examples posted before, but nothing that was reliable or useful. Feel free to try if you wish I suppose, but that's not something I will offer guidance on when we have a properly working example…
Hi Hardik,
It would be possible to add that functionality to the CC26xx. Since you will be an initiator and reading tags you can dictate the communication timings. You should be able to set up the RTOS task manager to run the BLE tasks at highest priority…
Other Parts Discussed in Thread: MSP430F2370 Hi,
I trying to program/debug a MSP430F2370, but I don't understand how to connect pins to JTAG port.
From MSP430F2370's datasheet I have 4 pin
TDO/TDI E1 34 I/O Test data output port. TDO/TDI data output…
Thiha,
Please see mrfi_board_defs.h in
\SimpliciTI-IAR-121Components\bsp\boards\TrxEB\bsp_external
this is where you configure which IO to use in the ISR.
Regards, /TA
Other Parts Discussed in Thread: MSP430G2231 , MSP430F2370 Hello,
I am trying to load a program on to msp430f2370 using BSL pins but not had any success. I have the hardware setup exactly as in slaa535a.pdf. I am using the launch pad with msp430g2231…
Hello Parag,
Please see the code below for an example of P2P code for the MSP430F2370. The code supports both initiator and target mode.
NFC P2P Nov 8.zip
The zip file has a P2P NDEF Commands Docklight script to send NDEF to the handsets.
There…
Other Parts Discussed in Thread: MSP430F2370 e2e,
We have a customer using the MSP430F2370 in a VQFN package in an existing design. They changed the design to use the MSP430F2370 in a BGA package. They tried to retain as much of the placement and layout…
Chips that support SBW only need to have the 4 pins: Vcc, Vss, nRST, and
TCK (or TEST). MSP430F2370 dose have those 4 pins but lack the SBW feature.
If any tool can program MSP430F2370, try to use it with only those 4 pins connected.