Part Number: MSP430F2013 Other Parts Discussed in Thread: UNIFLASH , , MSP-FET , MSP430F2012 Tool/software: Code Composer Studio I have three custom MSP430F2013 boards, all the same. Two can be programmed with CCS V10 / MSP-FET/SBW without issue, but…
Part Number: MSP430F2013 Hi,
I have interfaced a MSP430F2013 with an nRF24L01 module. The SPI settings are all correct and working properly, as i am able to write and read the registers of the RF module.
However, when the data from the other Rf module…
Part Number: MSP430F2013 Tool/software: Code Composer Studio Dear,
I am using having an issue with the Internal digitally controller oscillator (DCOCLK) in MSP430F2013 in the MSP430 Experiment Board.
So for some reason, on one experiment board among…
Part Number: MSP430F2013 Other Parts Discussed in Thread: MSP430FR2311 Good evening....
I have a quick question...I have tried everything I can think of to get two PWM signals out of the MSP430F2013. Is it not possible? I have tried timer in up, continuous…
That is what I ended up doing. I took the generated assembly with "shift-by-2" and put it inside my function inside __asm() adding extra shift to make it "shift-by-3". It is a bad way and unfortunately the only way to solve the problem.
In the uploaded…
For fastest MSP430 GPIO read / write (2 CPU cycles) can be used DMA, but 2xx family is without DMA hardware module. For things where fast GPIO is must, I am using low-cost Cortex-M0+ devices where port IO is mapped to CPU address space, and read / write…
Part Number: MSP430F2013 This is part of a Passive Infra red detector (PIR). I have an old design based on the F2013 that reads the pyro electric sensor (pyro) using the SD16. Using a debugging program that we have written we can display the raw 16 bit…
Part Number: MSP430F2013 I have a custom bootloader communicating with the host using I2C and running in FC00-FFFF address space. I2C slave is interrupt driven. To program flash, an I2C command is send to erase the application space F800-FBFF. Before…
Part Number: MSP430F2013
Hi,
I understand the (PW, N) column as the pin number. However, I am not able to understand what RSA column signifies. Can someone please help me understand what RSA stands for?
Thanks,
Sagar