Part Number: MSP430FR6972 Tool/software: HI
I have a simple question, this is only to clarify
I see that the MSp430FR6972 have maximum frequency 16Mhz, but on the data sheet There are many sections
where is reported until 24Mhz, can work also with…
Part Number: TPS65994AD Tool/software: Dear Specialists,
My customer is considering TPS65994AD and has a question about application tool.
I would be grateful if you could advise.
---
Is it possible to extract binary data from an EEPROM created…
Hi,
If you want so save data, you need some non-volatile storage. At CC32xx is no other storage than SPI flash.
But nothink prevent you connect your own storage to CC32xx like FRAM, EEPROM, SD card. Management of this storage will be up to you.
…
Yes, FRAM can be erase and write in Byte. You can refer to the code example and choose any address as EEPROM. The suggest range is the last 128 byte. For the available range, you can refer to the .cmd file.
The left SPI EEPROM snapshot is captured from TI Demo Board, the right SPI FRAM snapshot is captured from our Demo Board,
The difference is that SPI CLK is pulled down by our Demo Board, and SPI CLK is pulled up by TI Demo Board.
I am not sure if…
Part Number: MSP430FR5969 Tool/software: Hello,
I am currently working on writing data on a FT24C256A eeprom using a MSP430FR5969 and I2C protocol. I am using a MSP430FR5969 launchpad and use the P1.6 and P1.7 for my SCL and SDA.
I have connected…
Part Number: DRA821U Other Parts Discussed in Thread: J7200XSOMXEVM Tool/software: Hi Team,
We have designed a custom board based on the J7200XSOMXEVM reference design.
The custom board is connected to FRAM (MB85RS4MT) via QSPI (MCU_OSPI).
According…
Hello Shlomo Alayev
Thank you.
We have a board ID EEPROM connection,
You could use a FRAM instead.
I am not sure on the use case.
If more data is required to be accessed, you could use an SPI interface.
Regards,
Sreenivasa
Uniflash is TI's preferred tool for flashing firmware to PGA900 and PGA970.
The XDS110 debugger (which can be found on any MSP launchpad or bought separately ) is TI's preferred debug probe. This example uses an XDS110.
Connect the debugger to the…