OK, the python upgrader tool worked , however our custom upgrader tool does not work with blank devices but does work when reprogramming a device. It previously worked with both blank and programmed devices. Has the bootloader firmware in the MSP430F5514…
Part Number: MSP430F5514 Tool/software: Code Composer Studio Using MSP430F5xx_6xx_DriverLib Version 2_91_03_00
USCI_B_I2C_masterReceiveMultiByteNext function does not wait for UCRXIFG as USCI_B_I2C_masterReceiveSingle does and therefore returns invalid…
Part Number: MSP430F5514 Tool/software: Code Composer Studio In the MSP430F5XX_6XX_DriverLib, the Comp_B_setInterruptEdgeDirection function sets the CBIES bit in the CBCTL1 Register incorrectly. For a rising edge for CBIFG, the bit should be set to 0…
Part Number: MSP430F5514 Hi
We are using I2C communication. Earlier we were using Master1(UCB1SCL, UCB1SDA) which was working fine. Now we are trying to use Master0 (UCB0SCL, UCB0SDA) at P3.0, 3.1 with one slave. In the code, in the case of a timeout…
Gerry,
I am on my Mac at the moment so I apologize that the captures and paths are going to look a bit different from windows.
There are a couple of different path settings for installing and discovering products. There is the one in Resource Explorer…
Part Number: MSP430F5514 I have a mature embedded application that has been in development for several months. The prototypes worked perfectly, but during production, about 50% of the units failed. I finally was able to fix the failed boards by reducing…
Gerry,
This can be done through Project Properties -> CCS General -> Device Variant. Be wary of pin and peripheral differences between devices.
Regards,
Ryan
Part Number: MSP430F5514 Tool/software: Code Composer Studio I have several builds of code with CCS8 for an MSP430F5514 that run fine when not in debug mode but crash when run with the debugger. Basically the code runs for a few seconds, then ends up…
Old post but if someone is reading this, I found this statement in SLAU319i.pdf for USB BSL:
"When starting this BSL from an application, the application should first de-enumerate itself, then delay
(approximately 500 ms), before starting the BSL. This…