Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
test with dspic33FJ128MC802 [solved]
#6
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

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
Reply


Messages In This Thread
test with dspic33FJ128MC802 [solved] - by Mgros - 2011-11-08, 20:29:53
RE: test with dspic33FJ128MC802 - by Mgros - 2011-11-08, 23:46:15
RE: test with dspic33FJ128MC802 - by Mgros - 2011-11-15, 23:56:54
RE: test with dspic33FJ128MC802 - by Mgros - 2012-04-26, 21:02:56
RE: test with dspic33FJ128MC802 - by Mgros - 2012-04-28, 17:25:34
RE: test with dspic33FJ128MC802 - by Mgros - 2012-04-29, 21:50:54
RE: test with dspic33FJ128MC802 - by Mgros - 2012-05-07, 23:06:46
RE: test with dspic33FJ128MC802 - by Mgros - 2012-05-09, 23:37:12

Forum Jump:


Users browsing this thread: 1 Guest(s)