Part Number: LAUNCHXL-F29H85X
I've with testing and have a few questions here. (The LaunchXL could be a bit more friendly for external debuggers , but everything has worked well so far) regarding ePWM:
- One requirement on our side is Spread Spectrum Frequency Modulation => varying the output PWMs in frequency to minimize EMI.
Apart from changing the period for all ePWMs simultaneously, I haven't seen any way to implement this on the C29. Since I don't have much experience with the C2000, this causes me some concern, partly because we're using a dual active bridge where the phase between 2 PWMs reacts very sensitively and is constantly regulated. Have you implemented something like this before? Also because a pure software implementation negatively affects performance (cyclically changing 24 PWM periods, calculating new control parameters and new phase offsets)
Comparing C28 and C29: the C29 no longer has a CLA, is there a similar hardware accelerator to post-process/filter ADC data, for example? Or can the CLB be used for this?