Part Number: TM4C1290NCZAD Other Parts Discussed in Thread: UNIFLASH , Tool/software: I'm trying to change the start address of my application on the customer board, as mentioned in the C:\ti\TivaWare_C_Series-2.2.0.295\examples\boards\dk-tm4c129x\usb_stick_demo…
Part Number: TM4C1290NCZAD Hi teams:
I am recently doing modbus communication between two devices. I would like to ask, as a slave, how should I handle it when the data received exceeds the UARTFIFO SIZE?
I set up a receiving array in the UART receiving…
Part Number: TM4C1290NCZAD Hi teams:
Now I am doing SPI communication between two chips. TM4C is used as the host and MSP430 is used as the slave.
When TM4C sends a frame query command, the software code will continue to send a certain byte of dummy…
Hi,
I have not heard back from you. Hope your issue is resolved. I will close this thread for now. If you have any update, just write to this post and the thread will automatically reopen.
Ram V said: o access my SD card using FATFs, I must require Systick calls enabled since FatFs requires disctimerproc() is called under 10ms callback to make the FatFs to work in order to access the SD card file. But JumpToBootLoader() disables the systick…
Part Number: TM4C1290NCZAD I cannot find the detailed Register Descriptions for the USB registers for this part.
The data sheet lists the Register Map, but no description of the registers themselves.
Where can I find this information ?
Part Number: TM4C1290NCZAD
Hi, a customer is asking details about JTAG disable logic behind the TMC4129. Right now, we disable JTAG on our application by writing to '0' bits DBG0 and DBG1 of BOOTCFG register. We also commit the value, so at startup the right…
Part Number: TM4C1290NCZAD Other Parts Discussed in Thread: UNIFLASH I am planning to implement the feature of updating the firmware using SD card interfaced through UART with my custom board that has the MCU - TM4C1290NCZAD.
SD card is interfaced through…
Part Number: TM4C1290NCZAD Hi,
from a new colleague I got a question about how he can read from a GPIO pin when it is configured as an output. It makes sense to be able to do that from an open drain with a pull up, but it seems that he can only read from…