Part Number: TMS320F28035-EP
Tool/software:
I would like to measure the execution time of a function (in clock cycles). I would set a breakpoint at the function call, and another just past the function. Enable/'clear profile clock, RUN, measure time…
Part Number: TMS320F28035-EP Other Parts Discussed in Thread: TMS320F28035 Tool/software: The datasheet for the TMS320F28035 shows calibration values in addresses 0x3D7E82 (slope in Q15), and 0x3D7E85 (offset in LSB).
Viewing the values in these addresses…
Part Number: TMS320F28035-EP I've read the TRM, but I am still not clear on this point.
Here is my setup.
1. If have three SOCs, SOC4,5, and 6 for example, each with a different ADC channel and sampling window, BUT A SINGLE TRIGGER SOURCE.
What…
Part Number: TMS320F28035-EP
Hi TI Team. I have a question about TMS320F28035MPNTEP MCU. I am kinda new to MCUs and their datasheets. In the datasheet it is specified that Input current for pin with pullup enabled for all the GPIOs as -140uA.
I am a bit…
Part Number: TMS320F28035-EP Other Parts Discussed in Thread: UNIFLASH
I'm using XDS110 Debug Probe on our custom board with TMS320F28035-EP via JTAG pins.
I'm using Code Composer Studio Version: 12.2.0.00009.
I have been successfully developing…
Part Number: TMS320F28035-EP Other Parts Discussed in Thread: TMS320F28035 I'm using the Piccolo TMS320F28035.
I'm trying to toggle a GPIO line in my CLA code and it doesn't seem to work.
Can the TMS320F28035 CLA access GPIO or only ADC and…
Part Number: TMS320F28035-EP Other Parts Discussed in Thread: TMS320F28035 , C2000WARE Dear Sir,
I have a project for a PMSM driver designed with TMS320F28035 MCU. I want to implement it on CLA's task at this MCU. Is there any example demoing this? …
Part Number: TMS320F28035-EP Other Parts Discussed in Thread: CONTROLSUITE Dear sir.
I have built a project that is imported from C:\ti\controlSUITE\development_kits\HVMotorCtrl+PfcKit_v2.1\HVPM_Sensored. Because I want to use the eCAN module, I adopted…
Part Number: TMS320F28035-EP Other Parts Discussed in Thread: C2000WARE , TMS320F28035 I am working on F28035 controlCARD for my new project with USB docking station. I could get control card pinout for DIM100 pins. In docking station many of the DIM100 pins…
Part Number: TMS320F28035-EP Hello
Is it possible to make labels in the C source code appear as labels in the assembly output (regardless of whether they are used or not)? I know about the possibility of using asm statements instead of C source statements…