Hello there,
Please help me, i am looking for a code using CodeVision on How to store and read data from FRAM(FM24C256)...im waiting for your reply.. Thanks in advance...........
Bryan
Sequence of outputing bytes is what I referred to as protocol. Transfering bytes to the device is the hardware layer, spi, i2c, etc.
You said initially that you're using CodeVision - which is not a Keil product
Your code looks like it's for an AVR:
#include <mega16.h>
PORTB = 0b00000000; DDRB = 0b00000000; /*-HW UART-*/ UCSRA = 0x00; UCSRB = 0x18; UCSRC = 0x86; UBRRH = 0x00; UBRRL = 0x17;
Keil tools do not support the AVR.
So why are you posting this in the Keil forum? http://www.keil.com/forum/
The forum you need for the AVR is: http://www.avrfreaks.net/