Other Parts Discussed in Thread: C2000WARE
Hi,
I have an application which needs the following -
- Fetching of ADC data to CLB
- Multiplication of data with a scalar (this I'm assuming we could do with bit shifting within CLB)
- Then generation of complex PWM signals (again this is possible in CLB)
I want the entire process to happen at the rate of atleast 10MHz and it seems to me that the first step could be bottleneck.
I'm also worried about inaccurate ADC values which could potentially wrong control implementation.
Could you please advise on this?
P.S. I'm thinking of using F28379D for this project but if you have a better suggestion, please let me know.