Part Number: TM4C1290NCPDT Tool/software: Hi,
I am using TM4C1290 microcontroller.
I set up a composite USB device with 3 serial ports. My question is Am I correct if i suppose that the order of ports recognized by windows is the order
of my descriptor…
Part Number: TM4C1290NCPDT Tool/software: Hi,
I have moved my code to compiler 6 in Keil IDE.
I knew that Tiva libraries are not updated to this compiler, but in some way they are
still compatible.
The question is.
Do you plan to move the libraries to…
Part Number: TM4C1290NCPDT Tool/software: I’m working on a project that involve the TI microcontroller TM4C1290NCPDT and I’m using the CodeComposerStudio Version: 12.8.0.00012.
I need to create the .hex file as a build product but I’m facing…
Part Number: TM4C1290NCPDT Tool/software: Hello, I am troubleshooting a critical issue in my TI-RTOS application. Here are the details: • Task Name: Operator Task • Task Priority: 4 • Task Purpose: Feeds the watchdog every 50ms. • …
Part Number: TM4C1290NCPDT Tool/software: Hi,
I need to force a huge list of global variables in a specific RAM section. I'm using the DATA_SECTION pragma like this:
where ".cal_par_block_ram" is the RAM section. But I have to set DATA_SECTION for…
Part Number: TM4C1290NCPDT Other Parts Discussed in Thread: UNIFLASH , Tool/software: Hi,
I have a problem with the Erase entire flash. I'm using Uniflash but also CodeComposerStudio to flash and debug. I noticed that a memory flash portion can not be…
Hi Irene,
Irene Hu said: I will continue with trying to compare our code with the working hibernate_calendar code,
Do you have any update?
Irene Hu said: if you have any information on the HIBERNATE_INT_WR_COMPLETE flag or any other ideas, please let me know…
Hi,
I have not heard back from you. I will close the thread for now. If you have any update, please write to this thread and the thread will automatically change the status to OPEN.
Part Number: TM4C1290NCPDT Tool/software: I have a graphics package that to display a listbox requires an array of pointers to C strings to display in each row. The array of strings I'm displaying is created dynamically so I have an array of fixed length…