Author |
Message |
Topic: DSPIC30F4011 PWM signal generation |
drkome
Replies: 7
Views: 3343
|
Forum: General CCS C Discussion Posted: Fri Jan 03, 2025 1:53 am Subject: DSPIC30F4011 PWM signal generation |
I managed to create a pwm signal with these codes.
void main() {
output_d(0b0100);
setup_motor_pwm(1,MPWM_FREE_RUN,1,0,7000);
set_motor_unit(1,1, MP ... |
Topic: DSPIC30F4011 PWM signal generation |
drkome
Replies: 7
Views: 3343
|
Forum: General CCS C Discussion Posted: Wed Jan 01, 2025 12:14 pm Subject: DSPIC30F4011 PWM signal generation |
I will follow your advice and try it in the future. Thank you very much for your help. If I get a result tomorrow, I will update here. |
Topic: DSPIC30F4011 PWM signal generation |
drkome
Replies: 7
Views: 3343
|
Forum: General CCS C Discussion Posted: Wed Jan 01, 2025 10:45 am Subject: DSPIC30F4011 PWM signal generation |
Thanks for reply,
First I dont know version. I searched and I didnt find version. But I will.
Second Someone wrote to teach me this because I just learned it and it stayed in the project #fuses pr ... |
Topic: DSPIC30F4011 PWM signal generation |
drkome
Replies: 7
Views: 3343
|
Forum: General CCS C Discussion Posted: Wed Jan 01, 2025 4:09 am Subject: DSPIC30F4011 PWM signal generation |
Hello everyone, I am using DSPIC30F4011 series processor. I am trying to use motor control pwm module. I looked at many code examples and functions on the internet. I tried to program it at register l ... |
Topic: DSPIC30F4011 RS232 random character problem. |
drkome
Replies: 5
Views: 2906
|
Forum: General CCS C Discussion Posted: Fri Dec 27, 2024 12:01 am Subject: DSPIC30F4011 RS232 random character problem. |
You tried everything you said and learned extra information. Thank you very much. And I also learned how many questions I had to explain thank you. I will look into the things you said extra. |
Topic: DSPIC30F4011 RS232 random character problem. |
drkome
Replies: 5
Views: 2906
|
Forum: General CCS C Discussion Posted: Thu Dec 26, 2024 12:40 pm Subject: DSPIC30F4011 RS232 random character problem. |
Someone was teaching me and said that I could set the internal clock in the code to the desired value with the pll. That's it. I want to say something different. If I enter a value below 100 mhz, the ... |
Topic: DSPIC30F4011 RS232 random character problem. |
drkome
Replies: 5
Views: 2906
|
Forum: General CCS C Discussion Posted: Thu Dec 26, 2024 12:16 pm Subject: DSPIC30F4011 RS232 random character problem. |
Hi everyone. I try to do RS232 communicate with DSPIC30F4011. I wrote some code and I saw just random ASCII characters. I used the following code. My baudrate value is also correct in terminal.
But ... |
|