Part Number: TMS320F28384S Tool/software: Hi expert,
i am trying to convert some algorithm which is in c code to binary format.
The purpose is i that when i transfer the ccs code to the third party i only want them to see the binary format of the code…
Part Number: TMS320F28384S Other Parts Discussed in Thread: C2000WARE Dear Champs,
I am asking this for our customer.
Does F2838x USB support OTG?
If not, can the user use another GPIO to mean host or slave and change its USB mode on the fly (during runtime…
Part Number: TMS320F28384S Other Parts Discussed in Thread: C2000WARE Dear Champs,
I am asking this for our customer.
Do we have example/sample codes for?
Ethernet:
1. Modbus over TCP/IP
2. Email without secuirty
3. Email (SMTP) with security including…
Kita,
To clear any interrupt, you need to follow a sequence from source to destination. In the case of MCAN, it is as follows:
IR -> EOI -> pie
Despite clearing EOI, it is reset if IR is still set as in the first sequence, which triggers the second…
Part Number: TMS320F28384S Other Parts Discussed in Thread: C2000WARE Hello, I am developing a bootloader on CM core.
The bootloader must run in RAM, so I have copied in RAM the .text and .const sections of all the necessary object modules.
I have also…
Part Number: TMS320F28384S Other Parts Discussed in Thread: C2000WARE Hello, I am developing an application on the Cortex core (Connectivity Manager) and I have some problems when using single precision floating point variables and values.
Example 1 If I…
Part Number: TMS320F28384S Hi TI Team,
I am working with 3 ePWM pairs (13 A-B, 14 A-B and 15 A-B) for a motor control application.
These 3 pairs are configured as complementary of each other, with their necessary dead bands, and trip zones, etc. For the…
Part Number: TMS320F28384S Other Parts Discussed in Thread: C2000WARE Hello I am developing an application on the Cortex core (CM).
I need to copy to the .TI.ramfuncs, the following RTS library functions __aeabi_dsub(), __aeabi_dadd(), __aeabi_d2uiz()…
Part Number: TMS320F28384S Hello, on Cortex core reside two programs: a bootloader and an application.
The bootloader starts at POR, checks the application CRC and eventually branches to it. The bootloader must run in RAM, while the application runs in…
Part Number: TMS320F28384S Hello, I am developing an application on the C28 core, that must execute from RAM.
I have modified the linker command file to copy the input .text sections of the object modules in the .TI.ramfunc output section.
I have no problem…