Other Parts Discussed in Thread: UNIFLASH, EK-TM4C123GXL, TM4C123GH6PM
Tool/software:
Hi TI,
Please tell me How to program the TM4c1231e6pz using code composer studio.
What are the steps need to follow.
Thanks & regards,
manoj.
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.
Tool/software:
Hi TI,
Please tell me How to program the TM4c1231e6pz using code composer studio.
What are the steps need to follow.
Thanks & regards,
manoj.
Hi,
You can use either CCS or Uniflash. Below is an example using Uniflash which is a standalone programmer tool.
In Uniflash, first select your part number.
Next select whichever supported debug probe. See below. For example, I select XDS200.
Finally, the Program tab, provide the binary image file that you want to program and then hit "Load Image"
Thanks for the input, I need to develop a firmware using this controller. so which example i need to take.
In ccs on create project, under Board name if i give this part number (TM4C1231E6PZ) no device or no boards are found is what i'm getting the error.
So, let me know how to develop/create a project in ccs with this series.
Thanks & regards,
manoj.
n ccs on create project, under Board name if i give this part number (TM4C1231E6PZ) no device or no boards are found is what i'm getting the error.
I can see it.
In any case, the easiest way to start development for your project is to reference an existing TM4C123 example which you can find under C:\ti\TivaWare_C_Series-2.2.0.295\examples\boards\ek-tm4c123gxl assuming you have downloaded TivaWare SDK from https://www.ti.com/tool/SW-TM4C
Import any one of the examples into your workspace and modify for your application. These examples were developed for EK-TM4C123GXL LaunchPad which uses the TM4C123GH6PM MCU. You will need to modify the project property to PART_TM4C1231E6PZ. See below.
I'm getting this error once after creating the sys configuration (.syscfg) file and building the project leads to this error. How to fix this error. The mentioned board name under the properties sys config basic options is also correct but it says cannot specify board what it mean can you explain this behaviour.
Let me know how to fix this issue.
Thanks & Regards,
Manoj.
As you mentioned here "You will need to modify the project property to PART_TM4C1231E6PZ. See below."
The example will be on EK-TM4C123GXL Evalution kit, if i need to run the same example on TM4c1231E6PZ controller board i need to modify only the project property thats it right?
Thanks & regards,
Manoj.
Hi,
I think I just answered in this post. https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1512921/tm4c1231e6pz-missing-arguments---board-or---device-error-for-newly-created-syscfg-file
In your other post, you were using CCS12. I will recommend you stay with CCS12 as well.