Forum Post: SPI_isBusy problem
I wrote a little code for the MSP432 which communicates with the CC1200 over the SPI. The problem that I have is that the pin 4.1 which is the CSn pulls up too quickly. So I tried using SPI_isBusy to...
View ArticleForum Post: RE: MSP432 2MBaud UART Operation - Missed characters
There are three possible error sources when receiving data: Actions can happen only at the BRCLK edges. If BRCLK is not an integer multiple of the desired bit clock (if modulation is used), these...
View ArticleForum Post: RE: Unable to find AC characteristic details for MSP430F5659IPZ
The I²C parameters conform to the limits in the I²C specification. (Except for errata USCI26 and USCI35.) The MSP's I²C pins have the same characteristics as GPIO pins. In other words, input...
View ArticleForum Post: Trouble with Debug mode MSP430G2231 - Debug is start in Running...
Windows 7 64, IAR Embedded workbech 6.50, MSP430G2231 In IAR - Options General MSP430G2231 , Debugger -FET Debugger Project - New project, ASM, Name, workspace, F7, Start Debug. I have tryed C programm...
View ArticleForum Post: About the necessary of Reset IC Connected MSP430F5310?
Hello. I have a question about MSP430F5310 . Does MSP430F5310 must connect Reset IC? I don't know if MSP430F5310 power up and off safety without Reset IC. Please help. Regards. Uchida
View ArticleForum Post: RE: About the necessary of Reset IC Connected MSP430F5310?
This device has several interesting LDO, PMM, and SYS errata . But how would a reset IC help? Do you have a specific problem? Are you using the LDO?
View ArticleForum Post: How to use MSP432 for I2C read in blocking mode?
I am trying to use a sensor with MSP432. I want to write one byte and read two bytes from the sensor repeatedly. And I want both of these operations to happen in blocking mode, i.e, when the function...
View ArticleForum Post: boot up code for msp430fr4133
Hi, where i can i get the bootup code for msp430 devices. Regards Shravan
View ArticleForum Post: msp430 with keil
Dear sir, can i work all the msp430 series kit with keil software.If not please tell me the reason. thank you
View ArticleForum Post: RE: Protocol for RF communication at 433 Mhz
No, thanx. You are advised to read documentation, compile examples and study how they work.
View ArticleForum Post: RE: boot up code for msp430fr4133
Hi Shravan, not sure what you mean with bootup code. But if you mean the Bootstrap Loader then you follow the instructions mentioned in the datasheet. 6.4 Bootstrap Loader (BSL) The BSL lets users...
View ArticleForum Post: RE: msp430 with keil
What keeps you from looking it up yourself, and asking this question on the Keil forum ?
View ArticleForum Post: RE: Protocol for RF communication at 433 Mhz
Yes i currently reading the documentation of same but have a question whether there any protocol other than SimplicTI ??
View ArticleForum Post: RE: startup_msp432p401r_ccs.c include
When MSP432 CCS projects are created they pre-include necessary files such as startup_ msp432p401r _ccs.c and system_msp442p401r.c inside of the project properties and therefore do not need the...
View ArticleForum Post: RE: Trying to get the function "bool...
Hi Steve, Could you please share your clock configuration? Are you configuring ACLK to be source by the VLO source? I suspect ACLK is not configured properly and that might be the reason the timer is...
View ArticleForum Post: RE: MSP-FET430UIF driver for the Windows 10
This has become a critical issue. Latest Windows 10 will not let you install non-signed drivers. We just had the case where a customer PC - for whatever reason - reverted to the drivers back to serial...
View ArticleForum Post: RE: AC coupled input for SD24
Dear Chris Thank you for your response. I got feedback from customer regarding your inquiry. - 1mVp-p - Sine wave input - Customer want to use AC coupled circuit to cancel DC parameters. Are there any...
View ArticleForum Post: Timer PWM mode, It dosen't work properly when I write large...
Hello everyone, I really tkank you guys who read this. I have some problems when I use Timer. I tried to use Timer to make PWM which has 10Hz. But it dosen't work. (But it worked when I changed TBCCRx...
View ArticleForum Post: cc26xx reset only from flash programmer command line options
Hi, I want to only reset the cc26xx from the command line option. srfprog.exe -t "soc(, CC2650 )" -rs pin -f C:\myfolder\test.hex - a 0x0 Its giving the error ERROR: Unknown Action: 0 How can i reset...
View Article