save UartxRx data to static ram? help needed

General discussion on mikroBasic for dsPIC30/33 and PIC24.
Post Reply
Author
Message
kingGrey
Posts: 158
Joined: 08 Mar 2007 00:40
Location: portland, OR

save UartxRx data to static ram? help needed

#1 Post by kingGrey » 18 Mar 2010 23:07

I am trying to read data coming through the UartxRx interrupt and store this data directly to a static ram (http://ww1.microchip.com/downloads/en/ ... 2100B.pdf)

But the issue that I am experiencing is that it seems like this SRam chip is writing too slow for the interrupt (causing the data from the interrupt to be gabbled up, before hanging). This chip uses SPI (chip select, clk) etc to simulate writing/reading.

question:
(1) my Boss said using assembly language with the mikro code being used would make this operation faster. I don't think so but does anyone have an idea about this.?
(2) If this is true how do I go about starting this.
(3)If this is not possible how could I achieve the scenario I described.
Thank You for your help
An expert is a man who has made all the mistakes which can be made, in a narrow field.
http://www.stevenswater.com/catalog/stevensProductdl3000.aspx?SKU=%2793750%27

Post Reply

Return to “mikroBasic for dsPIC30/33 and PIC24 General”