Other Parts Discussed in Thread: LAUNCHXL-F28069M, CONTROLSUITE, , LAUNCHXL-F280049C, TIDM-DC-DC-BUCK, C2000WARE
Hello,
I'm trying to desing a digital current mode buck converter.
I don't know where and how to write feedback loop block calculation operations in order set new duty value for fixed freq. switching.
Do I need to assign a new ISR other than my ADC ISRs?
Do I need to make feedback loop calculations at ADC ISRs? If yes, those two ADC ISRs are sychonorized and at same freq. , how to use those values at code.
If I need to assign an ISR for digital feedback loop calculations, can i do it by using normal math functions like production of feedback blocks and summations or do i need to use ASM codes, which I cannot understand?