Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.
I have implemented a model related to power electronic converter in MATLAB simulink. it is a custom model which is created by using MATLAB functions and equation blocks. Although I have included power GUI inside the model, my output waveform of the scope does not show in the FFT window. it shows...
i am generating pwm signals in 18f4431. duty of those signals are controlled by an analog input. but when lcd display is included in to the program, the controlling task is not performed correctly.
what can be the reasons??
can somebody give me a sample code for A/D conversion in mikroc for 18f4431..
or please tell me the error in the following code...
unsigned int temp_res;
void interrupt()
{
if(PIR1.ADIF){
PIR1.ADIF=0;
ADCON0.GO=1;
}}
void main()
{
TRISB=0x00;
TRISD=0x00;
TRISA=0xFF...
problem in assigning the duty cycle values of 18f4431
usually according to the data sheet, the highest PDCn value should be PTPER register value. but when assigning duty cycles,largest duty cycle comes when PDCn=127.
why is that???
when we assign 128 the output stays in ON state.
bellow is the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.