Azzera filtri
Azzera filtri

F28335 带 ADC 中断的 10kHz PWM信号生成

17 visualizzazioni (ultimi 30 giorni)
振坤 熊
振坤 熊 il 16 Dic 2022
Modificato: Sayan il 9 Ott 2023
首先,我按照案例 ADC-PWM Synchronization Using ADC interrupt 中Simulink模型进行操作。编译后送入28335开发板。
此处,我仅将原本gain中的5,改为了3*7500/(4095*10),因为我希望产生一个占空比为20%的10kHz的PWM信号
硬件连线上,我将2v直流电压接在开发板ADC采样部分(图中红色方框位置),GPIO0作为ePWM1A输出。
但是,28335似乎没有产生PWM信号。
这里在ADC和中断的配置上都没有进行改动。是否是连接上的问题?
此处采用的是R2019a 和 ccs6 进行的工程

Risposte (1)

Sayan
Sayan il 15 Set 2023
Modificato: Sayan il 9 Ott 2023
我会用英语回答这个问题I understand from your issue that when the value of Gain block is changed in the example to obtain 10kHz PWM with 20% duty ratio the desired output is not found in the output pin of the F28335 board. The possible reasons of the issue and their fixes are mentioned below:.
  • Check if the "CMPA units" in the ePWM block is "Clock cycles" or "Percentages". If it is in "Percentages" ensure 0.2 is the input to the "WA" port of the ePWM block to obtain 20% duty cycle. If it is in "Clock cycles" ensure that 20% of the "Timer period" value of the ePWM block is provided.
  • Ensure that 2 volt which is sent to the ADC pin computes for 20% of 4095. You can do that by finding the board specification for ADC pin sensible voltage limit.
  • Verify if the ADC is sensing the analog voltage. You can do that by ensuring the "Conversion channel" of the ADC block matches to the pin where the input voltage is provided.
Further details on the ADC block can be found in the following MATLAB documentation:
希望这有助于解决问题

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!