Author |
Message |
Topic: pic16F887 Half Bridge problem |
mikimtb
Replies: 34
Views: 66631
|
Forum: General CCS C Discussion Posted: Mon Oct 31, 2016 5:18 pm Subject: pic16F887 Half Bridge problem |
Hi, here I'm again.
Finally I found the source of my problem. Actually everything was ok, the outputs are complementary for CCP_PWM_H_H settings. I borrow hand held oscilloscope from friend of mine ... |
Topic: pic16F887 Half Bridge problem |
mikimtb
Replies: 34
Views: 66631
|
Forum: General CCS C Discussion Posted: Mon Oct 31, 2016 4:52 pm Subject: pic16F887 Half Bridge problem |
Hi to everybody. I'm also trying to control PIC16F887 in PWM half bridge mode, but without success. The PWM mode has been successfully set, but I can't set polarity. Using any of listed settings:
# ... |
Topic: ! Problem with UART and TIMER1 interrupt |
mikimtb
Replies: 5
Views: 7878
|
Forum: General CCS C Discussion Posted: Thu Jun 14, 2012 8:21 am Subject: ! Problem with UART and TIMER1 interrupt |
Thanks for support.
I change everything you said, and now it's going better. But again after I don't know, sometimes 20, sometimes 30, sometimes 4 packages UART receive stop to operate.
I knew tha ... |
Topic: ! Problem with UART and TIMER1 interrupt |
mikimtb
Replies: 5
Views: 7878
|
Forum: General CCS C Discussion Posted: Wed Jun 13, 2012 4:39 pm Subject: ! Problem with UART and TIMER1 interrupt |
Hi guys,
in title of this topic you can see what is my problem.
I'm using PIC18F4431 and write code for motion controller. CCS C v4.120
My code is:
#include "18F4431.h"
#defi ... |
|