Part Number: TMS320C6745 Is there a way to use the functions like:
sqrt()
exp()
log()
where they do NOT use the 16-bit compact instructions but rather all of the instructions are 32-bit?
So instead of this:
16-bit 05A6 MVK.L1 0, A3 92C7 MV.L2X A5, B4
…
Part Number: TMS320C6745 I am looking at the disassembly generated by Code Composer. There is a line
E1200083 .fphead n,l,W,BU,nobr,nosat,0001001
This is not a 'real' instruction as far as the processor is concerned, but rather it is informational.…
Part Number: TMS320C6745 Is seems that the pdk is hardcoded to use only 1 bit data with SDCARD
The field supportedBusWidth in MMCSDInitCfg specify only the values accepted with successive MMCSD_control (handle, MMCSD_CMD_SETBUSWIDTH, (void *)&Data) …
Part Number: TMS320C6745 Hello,
We have our board with TMS320C6745 and CCS 10 installed
We would like to create project with Code Composer 10 with BIOS.
1. There is any CCS10 (or other version) project using BIOS with TMS320C6745 ?
2. Were to start for…
Part Number: TMS320C6745 Hi Guys, I'm starting a new project using the TMS320C6745. Is there a setup page of schematic for this chip.
I've just downloaded all the data sheets but would like a schematic to set it up as fast as I can.
Any help here…
Part Number: TMS320C6745 Hi experts,
My customer is migrating from CCSv5 to CCSv11 and is having problems when using ROV (Runtime Object View).
Can the ROV of TMS320C6745 be used with CCSv11?
The details of the problem are as follows
ROV Classic: The…
Part Number: TMS320C6745
Hi
We have CCS 10 project with bios base on TMS320C6745.
Without using the edma3 the project pass building.
We add edma3 to the project and update main.c with:
#include "C:\ti\edma3_lld_02_12_00_20\packages\ti\sdo\edma3\drv…
Hello,
xing long said: C674X_0: File Loader: Verification failed: Values at address 0xC0000002 do not match Please verify target memory and memory map.
It appears there was not a memory access issue, but that the value written to address 0xC0000002 does…
Part Number: TMS320C6745 Hi,
Several GPIO pins, including GP1[1], have internal pull-ups at 3.3V setting. These GPIO pins immediately drop to 0V when the 3.3V power supply is turned off during power down, but after about 100ms, a pop voltage of several…
Part Number: TMS320C6745 Hi Team,
Our customer encountered some errors when he created a CCS project with bios. Then I shared the FAQ in the links below which help resolved the errors. However, another error appeared below.
https://e2e.ti.com/support/microcontrollers…