??? 04/08/11 11:54 Read: times |
#181778 - BEFORE you start coding... Responding to: ???'s previous message |
... you need to do your thinking
See: http://www.8052.com/forum/read/181741 Vaggelis Triantafillou said:
I must use another instruction in order to save the data into iram... Before you get into the specific implementation details of instructions, memory regions, etc, you need to design how your process will work Some people like to do this with flowcharts; some prefer pseudo code; etc, etc - but, whatever you do, you need to have a design for what needs to be done before you get bogged-down in how to implement it... I suggest that you do some research into Ring Buffers (aka "Circular Buffers") and interrupt-driven serial comms... |