Part Number: TMS320C28346 Hello to everyones,
for my next project I am looking for a suitable microcontroller.
The application is the motor control and I am interested in TMS320C28346.
However, I can not find the User Guide Manual (TRM).
Currently…
Part Number: TMS320C28346 Other Parts Discussed in Thread: C2000WARE Tool/software: Please tell me the basics of using TMS320C28346 with CCS (V20). Since there is no built-in ROM, I would like to connect an external EEPROM (AT24C512C) to the SCLA and…
Part Number: TMS320C28346 Hi.
Is FatFs available for the TMS320C28346 microcontroller? Could you please provide the information if it is available?
Thanks & Regards,
Mounika
Part Number: TMS320C28346 Other Parts Discussed in Thread: C2000WARE , CONTROLSUITE Tool/software: Hello,
Are there any plans to add support for the TMS320C28346 DSP in CCS Theia? If so, what is the expected timeframe for availability?
Thank you in…
Part Number: TMS320C28346 Tool/software: Dear Experts,
I have problems with the following code:
void someFunc(int32_t someInt32, uint16_t index)
{
float fl1 = (float)someInt32;
float fl2 = (float)someGlobInt16Array[index];
...
}
which gets…
Part Number: TMS320C28346 Other Parts Discussed in Thread: TMS320F28335 Hi,
when I use the official referral program:ecan_a_to_b_xmit ; I find the program will end in this while task,
however , if I don't use this while and set "ECanaRegs.CANTRS…
Part Number: TMS320C28346 Other Parts Discussed in Thread: TLK3131
Hello to all. Currently I am looking for an idea to transfer data from a TMS320C28346 optically.
Transmission speed should be at least 100Mbit.
Ethernet protocol is not necessary…
Part Number: TMS320C28346
I was using DSC TMS320c28346 for developing an application specific code using code composer studio 5.5. The project had a (.h)header file where I had declared and initialised all the variables and functions.Once the code…
A difference in performance is typically due to a difference in the version of the compiler, and not CCS. In future posts, please describe system performance as it relates to version of the compiler used. For more background on this topic, please see…
You have run out of memory. By a lot, which is surprising. I'm not sure of the cause. But I can guide you part of the way forward.
It would be good to get a general understanding of linker command files by reading the first part of the article Linker…