Forum Post: RE: Library
Kevin, It might be helpful to look at the organization of some examples. For example the graphics library: dev.ti.com/.../ . In this example you will find in the LcdDriver folder a .c and .h for the...
View ArticleForum Post: RE: MSP-TS430PN80 Evaluation Board
Raymond, Thank you for providing this feedback. Just to confirm, you are talking about these connectors described in the BOM www.digikey.com/.../1101307 . I will place an inquiry with the tools team to...
View ArticleForum Post: USB Communication
Hi, I am working on the project, in which, four MSP430F5635 boards are connected with PC through USB HUB. In software, CDC USB communication class will be used for all MSP430F5635 . By taking reference...
View ArticleForum Post: MSP-FET Flash Emulation Tool problem
Hi, I am using MSP FET Flash Emulation Tool for MSP-TS430RGZ48B board with MSP430F5342 .I am using CCS 6.1.2 .Initially I was using it successfully. I am not able to connect to the board now and...
View ArticleForum Post: RE: USB Communication
There is no limitation for number of devices that can talk with PC in TI USB stack. Your PC side can talk will all of them, because each CDC device will be enumerated as different COM port. 4 devices,...
View ArticleForum Post: RE: USB Communication
Thanks zrno for reply. As I am using TI's USB Descriptor Tool, they have mentioned that Max. number of devices, can attach on USB are three. So, I am not able to add 4th device. Is it any way to add...
View ArticleForum Post: RE: How to calibrate DCO without externel quartz
Hi Ryan, Yes, I know that these values are stored in 0x01F6, but in certain cases we have to reprogrammed all flash and erase this sectors. Then we need to recalibrate the DCO and stored the new...
View ArticleForum Post: RE: MSP-TS430PN80 Evaluation Board
I remember I received a board where the headers just fit in, but needed a little amount of force. Bad thing if they do not fit at all.
View ArticleForum Post: RE: MSP-GANG self test fail - Access to LCD RAM
Hi Billy, I'm looking into this one - new error to me as well, so definitely an unusual issue. Can you have the distributor confirm the following as I work with our team on next steps: 1. Is it only...
View ArticleForum Post: RE: SPI 'master' send any data 'slave' always load with "0xff"...
(Please visit the site to view this file)Hello Hitesh, I am currently investigating the behavior you've stated. Meanwhile there are some other issues that need to be addressed: 1. Baud rate concerns...
View ArticleForum Post: RE: discrepency between driverlib code and driverlib in rom code.
thanks for the responses guys. "The ROM code that you have in your driverlib.c file might differ in notation, however it should be binary compatible with the the code that you see in the individual...
View ArticleForum Post: FRAM interfaced with MSP430 shows all memory bytes as garbage (0x32)
I have Cypress FRAM FM24W256 connected to MSP430f67791 via I2C. My code has five 32-bit integers and accumulates a different count in each of them. I have brown-out detection code which saves these 5...
View ArticleForum Post: RE: SPI 'master' send any data 'slave' always load with "0xff"...
Hitesh, Do you have a slave device connected? If the MISO line is floating instead of being actively pulled low by the slave then the input could be erroneously read as 0xFF. You can also test this by...
View ArticleForum Post: RE: CCS Error connecting to the target: Unknown Device custom...
[quote user="James Evans"]Albe, Based on your schematic, DVCC2 and DVSS2 aren't connected to VCC and GND, respectively. I suspect that this is the reason you can't connect to the device via JTAG. I'd...
View ArticleForum Post: RE: How to make MSP432 reprogram itself with new code it got over RF
Hi Ugilesa, If you do not want to enable the encryption then you will need to make sure that the value at address offset 0xAC (within the boot override mailbox) is 0xFFFF:FFFF (see page 8 of slaa660,...
View ArticleForum Post: Lite FET-Pro430 Elprotronic Flash FAIL
Hello, My customer has problem with flashing FRAM in MSP430FR5739 by Lite FET-Pro430 Elprotronic. MSP430FR5739 is on customboard, the Fail occurs on some board (not all). Details of operation is...
View ArticleForum Post: Stop the erase of main code memory and information memory when...
MSP430BT5190 target. Doing a boot loader. Executing from RAM. I can use the FET debugger to debug the code in RAM. Using IAR. Using the Information memory to share information between two code bases....
View ArticleForum Post: RE: FRAM interfaced with MSP430 shows all memory bytes as garbage...
The working voltage of FM24W256 is from 2.7V to 5.5V. Five numbers are saved to FRAM when voltage < 3V. From the time "<3V" is detected to the time data is saved in FRAM, the voltage is varying...
View ArticleForum Post: RE: FRAM interfaced with MSP430 shows all memory bytes as garbage...
Thanks for replying Robert. If the FRAM does not get enough time to save 5 numbers, then it would not save the numbers and I should have been able to retrieve last truly saved numbers. My confusion is...
View ArticleForum Post: RE: FRAM interfaced with MSP430 shows all memory bytes as garbage...
I don't know the internal implementation of this FRAM. But if the power is failed while it is programming data then what will happen? Take NAND flash memory as example, a block of memory will be erased...
View Article