Other Parts Discussed in Thread: TMS320F28379D , CONTROLSUITE , TMS320F28377D , TMDSCNCD28379D Hi Everyone,
I am new to Code Composer and therefore having difficulty.
I have made a target board for TMS320F28379D based on the controlCARD R1.3. And…
Other Parts Discussed in Thread: C2000WARE Tool/software: Code Composer Studio Hello everybody,
in the Linker Command Files of C2000ware (device support) all Memory blocks (RAM/FLASH) are seperated defined.
for example:
FLASHE : origin = 0x088000…
Sorry, I had lots of confusion. I understand SPI (theoritical speed) clock is 50MHz. Theoritical maximum value is 50Mbps. ( I know this actual value is half of value)
But, Could you tell us McBSP as SPI mode speed.
Please see this page 148: Table…
Part Number: TMS320F28377S Hi, I have some questions about new MCU series F28377x :
Can I replace one controller ( S ) with another ( D ) within the same case? For example: I whant to replace TMS320F28377 S PTPS with TMS320F28377 D PTPS without any…
Hi MSP student,
I'm attaching a list of devices supported by SYS/BIOS (the RTOS):
3276.devices.html
If you want TI-RTOS, which includes SYS/BIOS as well as driver support (SPI, UART, etc), the list of MSP devices supported by TI-RTOS is the following…
Hi Yogesh,
Your software seems OK.
You may need to use a longer S+H duration (set by ACQPS setting) than the minimum depending on the impedance of your source. Probably something connected to the launchpad jumpers via wires (even if an otherwise good…
Other Parts Discussed in Thread: CONTROLSUITE , TMS320F28335 , C2000WARE The TMS320F2837xD controlCARD uses GPIO28 & 29 as SCI pins. However, in Boot-from-SCI mode, the DSP will use GPIO84 & 85 as default pins. The information guide give three options…
John,
If you configure your PLL for 200MHz, then you need to configure the wait-states as 3 for Flash (Flash0CtrlRegs.FRDCNTL.bit.RWAIT = 0x3;).
Look at section 5.7.4 Flash Parameters @ http://www.ti.com/lit/ds/symlink/tms320f28377d.pdf for the required…
Hi Rick,
In order to select a custom directory to place the TI-RTOS kernel library build files, you can assign the desired directory's path to the "BIOS.libDir" config param. This config param is an internal nodoc'ed config param so it may not work…
Hi all,
i want to send a 32 bit float data to the uart by organize the float data in array of chars.
so im doing the steps below:
HostCyclicTransmit[20] = (FPData >> 24) & 0x000000FF;
HostCyclicTransmit[21] = (FPData >> 16) & 0x000000FF;
HostCyclicTransmit…