I am using TMS320F28027. Does the connection remain same.
Why pin 6 is kept unconnected.
Also there is one pin missing in 14 pin connector.
However, in TMS320F28027 datashet the JTAG connection is enclosed below
It shows pin6 connected to ground…
Other Parts Discussed in Thread: TMS320F28027 , TMS320F28026 , SYSBIOS I am working on a large development project with the Piccolo (TMS320F28027 and TMS320F28026) and have successfully implement many of the features in SysBios. I am now trying to save…
I'm having the same problem with TMS320f28026 but the first step of my flashing application is to disable interrupts:
// Disable CPU interrupts DINT; // Disable CPU interrupts and clear all CPU interrupt flags: IER = 0x0000; IFR = 0x0000;
Are there…
Hi Chris,
The ADS7881 sounds good. I've looked at the MSP430 Launchpad, which sounds amazing by the way, but it is not intended for fast clock frequencies. Then, we looked at the TMS320F28xxx family and at the TMS320F28026( 38TSSOP ) but neither had…
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…
I ran into some issues using pdkProjectCreate script. See attached text files for output of both scripts i.e. pdkProjectCreate and pdksetupenv. The pdkProjectCreate script created a folder called MyExampleProjects but it was empty. The script appears…
Part Number: TMS320F28027 Hi,
I have a question regarding the maximum switching frequency which can be achieved with HRPWM in TMS320F28027.
In the attached documentation on HRPWM, on page 17, it is written that for Sysclockout =60MHz, max. switching…
Part Number: TMS320F28027 Other Parts Discussed in Thread: CONTROLSUITE Tool/software: Code Composer Studio Hiii, I am working on C28x F28027 mc with CCSv6, here am facing connecting issue (Error:1135 and sometimes Error:1015) I just tried to write code…
Sean,
Please try the attached updated Flash Plugin file. After downloading, rename the extension as "dll" and place the Flash28xx.dll file at C:\ti\ccsv6\ccs_base\DebugServer\bin. Make sure to close the CCS when replacing this file and reopen CCS after…
Hi Ki,
Thank you for your reply. The document is dated 2016, I might have used my own word 'watch window' as an old habit. The exact phrase used in the user guide is 'watch view'.
Yes, as you mentioned, I just wanted to change the duty cycle value…