Part Number: TMS320F28375S Tool/software: Hello team,
I'm working with the TMS320F28375S microcontroller and I'm trying to obtain the following information in my main.c file.
The starting address of my code.
The total size of the code.
I've searched…
Part Number: TMS320F28375S Other Parts Discussed in Thread: C2000WARE Tool/software: Hi everyone,
I'm currently working on the CLA (C28x CLA) of the TMS320F28375S, which operates at 200 MHz. I need to implement a very precise delay i.e in 125 nanoseconds…
Part Number: TMS320F28375S Tool/software:
I set the EPWM frequency to 16kHz and then switch it to 8kHz.
I set PRD load in shadow mode, set CMPA load in shadow mode, and EPwmRegs.CMPCTL.bit.LOADAMODE = 0x02, load CMPA in both CNT = ZERO & PRD.
I…
Part Number: TMS320F28375S
Tool/software:
I have a bootloader running from Flash. At the end, this Bl chooses one of the two possible applications (A or B) in flash and jumps to it. The application should run from RAM. Before the jump, these things are…
Part Number: TMS320F28375S Other Parts Discussed in Thread: C2000WARE Tool/software: Hello I am experiencing a weird problem. I have a bootloader flashed in the first two flash sectors and running from flash. Then I have a few sectors left empty. Actually…
Part Number: TMS320F28375S Other Parts Discussed in Thread: C2000WARE
Tool/software:
The C2000 series support VCU0, 1,2, VCRC to calculate CRC. I have a requirement of configurable polynomial. This DSP series doesnot allow me to use any of the previous…
Hello Charles,
Charles Roberson said: combine the flash application and bootloader into a single .out file
I have no idea of how to do that, still, every time my application is changed, i need a text file of it to flash with my CAN bootloader.
is there…
Part Number: TMS320F28375S Tool/software: Hello team,
I am using the TMS320F28375S microcontroller with Code Composer Studio (CCS) version 12. When I debug my code using the XDS200 USB debug probe, everything works well. However, after removing the JTAG…
Part Number: TMS320F28375S Other Parts Discussed in Thread: SYSCONFIG Tool/software: Hello Team,
I am using a TMS320F28375S microcontroller and I have selected EPWM2, EPWM6, and EPWM8 for my application. I am facing issues with synchronizing these EPWMs…
Hello Skyler,
I have made custom CAN based bootloader and is properly working with launchpad F28379D, but with my pcb with TMS320F28375S, it is not working properly. i am using XDS2xx usb debug probe for debugging.
i have made the needful changes in my…