2012-04-26, 21:02:56
Hello again blocked ...
my setup that works with my program
CLKDIVbits.PLLPRE = 0;
PLLFBDbits.PLLDIV = 30;
CLKDIVbits.PLLPOST = 0;
In firmware ds30loader I wrote as
I also added a ca in the "User Specific entry" to see if my program is running well
My output is activated but I have nothing on the UART1
In your opinion what I should look?
I put in my code link you never know ... thank you
http://dl.free.fr/eU5VULYcK
my setup that works with my program
CLKDIVbits.PLLPRE = 0;
PLLFBDbits.PLLDIV = 30;
CLKDIVbits.PLLPOST = 0;
In firmware ds30loader I wrote as
Code:
; *** START FOR MODIFICATION GLUONPILOT ***
; Apply the PLL config to make it safe runs at 40MHz, just like our firmware
; CLKDIVbits.PLLPRE = 0 / / N1 = 2
CLR W0
mov.w W0, 0x0744
; CLKDIVbits.PLLPOST = 0 / / N2 = 2
; PLLFBDbits.PLLDIV = 30;
mov.w # 30, W0
mov.w W0, 0x0746
I also added a ca in the "User Specific entry" to see if my program is running well
Code:
; TEST LED Lighting
BSET AD1PCFGL, # 4
bclr TRISA, # TRISA4
BSET PORTA, # 4
My output is activated but I have nothing on the UART1
In your opinion what I should look?
I put in my code link you never know ... thank you
http://dl.free.fr/eU5VULYcK