This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

tm4c123gh6pz

Other Parts Discussed in Thread: TM4C123GH6PZ

Hi....i'm using tm4c123gh6pz  with 8MHz crystal....In my keil ide i didn't find this device..so i have selected the lm4f232h5qc..because features of both device same..Is this rite way to select the device???n i also i have interfaced many external adc n dac n hmi with lm4f232h5qc..can use same code for tm4c123gh6pz ??please reply me

Thanks in advance

  • Rashmi yc said:
    Hi....i'm using tm4c123gh6pz  with 8MHz crystal....In my keil ide i didn't find this device..so i have selected the lm4f232h5qc..because features of both device same..Is this rite way to select the device???n i also i have interfaced many external adc n dac n hmi with lm4f232h5qc..can use same code for tm4c123gh6pz ??

    I won't advice you to do that. If you did, you would need to do some modifications to the library to make it work for tm4c123ghpz.

    Maybe, because you are not able to select tm4c123gh6pz at Keil is that you are using an older version of Keil. Try the latest Keil Version.

    - kel

  • Hi Rashmi,

    You shouldn't realy chose the lm4f232h5qc istead of the tm4c123gh6pz. one is a 232 and the other a 123, so they should difer quite a bit. 

    The codes from other tivas should work as a starting point but you do need to adapt it to work with the hardware wich should have some diferences.If the code uses for example the SSI you need to see if the pins are correct or the SSI base, for example.

  • Hi All,

    The name TM4C123GH6PZ is the re-branded (name change only) of LM4F232H5QC.

    Rashmi - you should first upgrade your tools.

    Petrei

  • Hi to all...thanks for the information..i have checked the ssi0 n ssi3 communication with external adc n Dac..i can able to get the output with same code what ever i have done for LM4F232H5QC...

    Hi Petre..can you please tell me how to uprate the tools??