Hello,
1. The value of COMPHR is going to follow the formula: (frac(PWMDuty*PWMPeriod)*MEP_ScaleFactor + 0.5) <<8); frac means fractional part, shifting is to move the value to the high byte of COMPHR. The value of COMPHR, which ranges from 1 - 255 before…
Part Number: TMS320F28376D Other Parts Discussed in Thread: SYSCONFIG Hi I want when e0 event is triggered, HLC generate an interrupt to call the function for resetting the CLB.
I don't know how I should implement it, I appreciate if someone guide me through…
Part Number: TMS320F28375D Other Parts Discussed in Thread: SYSCONFIG , CCSTUDIO , TMS320F28379D , TMS320F28069F , TMS320F28335 , C2000WARE java.lang.NullPointerException at com.ti.common.project.core.util.CTIProjectCoreUtils.getConfigurationSettings(CTIProjectCoreUtils…
Part Number: TMS320F28376D Hi team,
Can I use XDS100v2 with TMS320F28376D? If not, then could you share debug probe list that can support TMS320F28376D?
Best regards,
Kurumi
Part Number: TMS320F28376D Hi team,
When using USB module, I believe we need 60MHz on AUXCLKIN. Is there accuracy requirement (such as >± XXppm) for the external oscillator than can be used for this 60MHz AUXCLKIN?
Best regards,
Kurumi
Part Number: TMS320F28376D Hi team,
The TRM states that the USB module requires a fixed 60 MHz clock for bit sampling. However, the datasheet states that the range for f(auxpll) is 2-60MHz.
Does that mean we should set AUXPLLCLK= 60MHz exactly to use…
Part Number: TMS320F28376D Hi team,
Can I confirm if TMS320F28376D can support USB2.0 high speed, or not? Datasheet mentions full-speed and low-speed only.
Best regards,
Kurumi
Part Number: TMS320F28376D Hi team,
My customer would like to control chip-select’s EMxOE Timing (STROBE) by external signal. In this case, we can apply external signal to EMxWAIT pin, correct?
Also, when extending EMxOE STROBE period by WAIT signal…
Part Number: TMS320F28376D Hi everybody
MCU runnig std alone out of flash and exectuing Boot in rom first
does the ROM boot takes care of RAM Init to 0x00 ?
or shoudl I init in my code to needed value ? in this case any compiler option to avoid writing…