Part Number: TM4C1237H6PM Hi
I wantr to port WolfSSL for USB over Ethernet application (RNDIS HOST) on TM4C1237 device, I want to undertsand about memory footprint and components from SLL needed, also WolfSSL for TI RTOS WIKI is not opening.
Thanks…
Part Number: TM4C1237H6PM Other Parts Discussed in Thread: UNIFLASH , I have a TM4C1237H6PM on a custom board. I can program the board fine through Code Composer. I erased flash using UniFlash and the board correctly appeared in Device Manager as Stellaris…
I figured out the solution.
When I configured SSI1 as master and connected it to SSI0 I realized that FSS signal was pulsed between bytes and the documentation also shows this for Freescale SPI. Raspberry Pi library wasn't pulsing the FSS signal between…
Hello Ralph,
Thanks for the reply.
The communication is between a Raspberry Pi Model 3B+ and the tiva chip.
The SPIDev library for the Pi was the reason why for the unconventional value.
I just realized there was a problem on the FSS connection…
That is correct. You must generate dummy writes to the SPI master in order for the master to generate the SPICLK even the slave does not need the MOSI. The SSIDataGet() alone will not generate the SPICLK for you. This is inherent to the design. The SSIDataPut…
Other Parts Discussed in Thread: TM4C1237H6PM hi,
i am recently started working with i2c actually i send a character "A" from the master through i2c how can i cross check weather the slave is receiving or not.
how to send commands from master to slave…
Other Parts Discussed in Thread: TM4C1237H6PM After perfoming an update, I got an "Invalid Install" message when restarting CCS v 5.5.0. It is not possible to start the software.
As suggested in the error message, I attached the zipped InstallJammer…
Other Parts Discussed in Thread: TM4C1237H6PM , TM4C1237E6PM Hi ,
I am trying to configure the Brown out interrupt on the following device:
Tiva C series TM4C1237H6PM
I have configured Brown-Out Reset Control (PBORCTL) register such that BOR0 bit…