Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PIC24F16KL402 TWO LEVEL DEEP FIFO
#3
(2013-08-06, 22:31:15)Mikael Gustavsson Wrote: The explanation to the problem is found in the errata sheet.

Solution:

Replace
Code:
txwait:        btsc    USTA, #UTXBF
            bra        txwait
With
Code:
txwait:        btss    USTA, #TRMT
            bra        txwait


Silicon Errata Issues, my system runs well now.
Also found out the fixed .4.11 is letter 'K' !! (0x4B)


thanks for help.Smile
Harrison
Reply


Messages In This Thread
PIC24F16KL402 TWO LEVEL DEEP FIFO - by HARRISON - 2013-07-29, 20:24:17
RE: PIC24F16KL402 TWO LEVEL DEEP FIFO - by HARRISON - 2013-08-07, 19:07:32

Forum Jump:


Users browsing this thread: 1 Guest(s)