Author |
Message |
Topic: Half-Bridge PWM |
witte
Replies: 11
Views: 27999
|
Forum: General CCS C Discussion Posted: Thu Feb 08, 2018 10:27 am Subject: Half-Bridge PWM |
Yes, the problem is you 'assume' that Proteus is a 100% working program and as you've found out it isn't.
sadly, there are 1,000s who have assumed it as well.
In over 3 decades of 'playing with PICs ... |
Topic: Half-Bridge PWM |
witte
Replies: 11
Views: 27999
|
Forum: General CCS C Discussion Posted: Thu Feb 08, 2018 10:23 am Subject: Half-Bridge PWM |
My compiler version is Version 4.104.
Apparently your version of the compiler doesn't do things quite right,
but it can be fixed as shown in this thread:
https://www.ccsinfo.com/forum/viewtopic.ph ... |
Topic: Half-Bridge PWM |
witte
Replies: 11
Views: 27999
|
Forum: General CCS C Discussion Posted: Thu Feb 08, 2018 9:15 am Subject: Half-Bridge PWM |
Proteus is busted, broken,corrupted, nonfunctional. As a PIC 'simulator' it does NOT function properly, it is a failure. Please read the sticky called PIC101.
As for 'fixing' Proteus, please ask the ... |
Topic: Half-Bridge PWM |
witte
Replies: 11
Views: 27999
|
Forum: General CCS C Discussion Posted: Wed Feb 07, 2018 7:02 pm Subject: Half-Bridge PWM |
In my case I'm running with Proteus. |
Topic: Half-Bridge PWM |
witte
Replies: 11
Views: 27999
|
Forum: General CCS C Discussion Posted: Wed Feb 07, 2018 5:47 pm Subject: Half-Bridge PWM |
Hello,
I'm having problems to run a simple code to generate a half-bridge PWM signal.
This is the code:
#include <18F4550.h>
#device ADC = 10
#fuses NOMCLR INTRC_IO
#use delay(c ... |
|