Part Number: TM4C1237H6PGE I'm trying to use the TM4C as a SPI slave which will generate responses to queries/commands issued by a separate master microcontroller. I'm running in SPI mode 1 so that I don't need CS asserted after every byte…
Part Number: TM4C1237H6PGE Tool/software: Code Composer Studio I just created a project using CCS Version: 7.3.0.00019, compiler TI v17.9.0.STS for a TM4C1237H6PGE. When I attempt to call sprintf or vsnprintf, the program locks up. I placed blinking functions…
Thanks for all the replies.
I have solved the power supply issues and replaced the the MCU all the power lines are acting as required and have removed all other circuitry from the board. All that is on the board is the MCU with all the specified capacitors…
Part Number: TM4C1237H6PGE Tool/software: Code Composer Studio I am revisiting a project that is several years old and I recently upgraded the compiler to gain access to time64_t. After recompiling, I received several warnings from the compiler as follows…
Hello Milap
Again it is on the communication protocol between TM4C1237H6PGE and the "device". While you have mentioned what you want to do; the protocol being unclear renders the post very ambiguous to be able to achieve the desired goals. …
Other Parts Discussed in Thread: TM4C1237H6PGE Hi all,
we are working on the tiva c series TM4c1237h6pge. we are getting problem of I2C code.So can please provide the examples of i2c
Regards
Bala
Sumith electronics
I ran into some issues using pdkProjectCreate script. See attached text files for output of both scripts i.e. pdkProjectCreate and pdksetupenv. The pdkProjectCreate script created a folder called MyExampleProjects but it was empty. The script appears…