Forum Post: RE: TMS320F28069F: Difference between various TMS320f2806X types
Dave, The C2000-GANG will support the F28069F device, the underlying flash block is the same as the F28069 device, so this is just an omission on the support page. Best, Matthew
View ArticleForum Post: RE: [FAQ] Where can I find IP/peripheral collateral and FAQs for...
Device Foundational C2000 Ecosystem 5-Minute Overview [ English ] ADC ADC E2E FAQ Foundational ADC Input Circuit Evaluation for C2000 MCUs (TINA-TI) [ English ] PSpice for TI design and simulation...
View ArticleForum Post: RE: TMS320F28384D: CPU1 Program/Debug Issues; CPU2 and CM Work Fine
Hello Ibukun, We are not using the DCSM. Did you receive the schematic and layout information that I sent to you? Do you have any other thoughts? Right now we're having some new prototype boards build...
View ArticleForum Post: RE: TMS320F2812: EVENT CAPTURE, TIMER
Hi Praveen, Are you using the CPU timer module or the ePWM module as a timer (or both)? Best Regards, Delaney
View ArticleForum Post: MCU-PLUS-SDK-AM243X: AM243x
Part Number: MCU-PLUS-SDK-AM243X Tool/software: In the ESI files for EtherCAT slave examples, there are several elements ImageData16x14. Could you share with me how these elements are generated and...
View ArticleForum Post: RE: TMS320F280049: Switching frequency of the Internal 1.2V...
I'll refer to this previous post on the matter: Best, Matthew
View ArticleForum Post: RE: TMS320F280039C-Q1: SCI - receive
Hi Raghu, I see, yes in that case you would have to use a 1-byte (1/16) FIFO trigger level since there is no timeout interrupt on the SCI receiver. This configuration is basically the same as if you...
View ArticleForum Post: RE: TM4C1294NCPDT: Debug bootloader JTAG SWD
The TI example boot_serial is linked to run in RAM and is flashed into address 0x00000000. None of this was changed by me. I went back and imported the TI boot_serial example from the ek-tm4c1294xl...
View ArticleForum Post: RE: MSP430F5340: Flash Emulation POD version?
If topic is related to MSP-FET, than there is internal (MSP-FET PCB) JTAG connector where firmware can be dumped or rewritten, whatever. If all 3 (two working, one not) are identical, then you can use...
View ArticleForum Post: RE: TMS320F2800137: Is it possible to know if a function is...
Hi, I don't think we have a direct way to check this but I'll check with our design expert and get back to you. User can have their own global flag which they can set inside ISR and check that flag...
View ArticleForum Post: RE: RM48L952: RM48L952 PMU seems to be counting twice as many...
Any progress on this at TI?
View ArticleForum Post: RE: TMS320F28P650DK: How do I set the timer period to 100ns?
Hello, That frequency should be possible with the CPU timer module on this device. If you call the configCPUTimer( ) function and pass in a period value of 0.2 (like you have shown), this will result...
View ArticleForum Post: RE: TMS320F280025: The chip does not work after power on
XRSn pin on the F28002x device is an open drain type driver(Bi-directional), so we need to connect both it and the SP809 to a external PU that will allow either to drive/release the signal. When you...
View ArticleForum Post: RE: TMS320F28379D: Problem with setting clock speed to 200 MHz
Hi Justin, We don't have recommendation, it really depends on the user if you prefers to use bitfield programming or driverlib function programming. Device support project has f28x_project.h which...
View ArticleForum Post: RE: TMS320F280049C: Flash Programming of TMS320F280049C via CAN
Hi Eui-Heon, Yes, please open a separate thread for this support request. Thanks and regards, Charles
View ArticleForum Post: RE: TMS320F28377D: Sysconfig clock tree
Hi, Welcome to the Sysconfig world. You would need to enable device support and include clocktree.h in your project build. For example as shown below : The selected options will appear in the...
View ArticleForum Post: RE: LAUNCHXL-F28379D: how to use a same cpu timer with different...
Hi Sumit, The ConfigCpuTimer() in the C2000ware examples initializes all of the other timer configurations, along with the period. If you want to change this period during the run of your application,...
View ArticleForum Post: RE: AM2432: usb_dfu_uniflash.py hangs at Waiting for DFU device...
Hello TI team, For this USB usb_dfu_uniflash.py issue, we tried TI’s suggestion to update the resistor values. We tried different host pi3, pi4 and linux box. We verified that the sbl_dfu_uniflash...
View ArticleForum Post: RE: LAUNCHXL-F28379D: CPUTIMER0_BASE is undefined on CPU2
Hi Sumit, You are correct, there is also a CPU timer module for CPU2. All of the base addresses (included the define for CPUTIMER0_BASE) are defined in the /driverlib/inc/hw_memmap.h file. This gets...
View Article