is it possible to run a 24FC512 at 1Mhz within GCBasic code.
as per the data sheet, <2.5v = 400Khz > 5v = 1Mhz
is it just the VCC dictate the clock, and no need for special I2C function.
just asking if I'm right.
Thanks
If your microcontroller will clock those speeds then yes.
I am aware of a few microcontrollers that run at that speed. I would use Microchip MAPS to select the correct microcontroller that meets your needs.
The baseline I2C will get the standard I2C clock frequency. You will have to update the registers in your program - that is very easy to do.
Many thanks Evan
Log in to post a comment.
is it possible to run a 24FC512 at 1Mhz within GCBasic code.
as per the data sheet, <2.5v = 400Khz > 5v = 1Mhz
is it just the VCC dictate the clock, and no need for special I2C function.
just asking if I'm right.
Thanks
Last edit: JB 2025-01-09
If your microcontroller will clock those speeds then yes.
I am aware of a few microcontrollers that run at that speed. I would use Microchip MAPS to select the correct microcontroller that meets your needs.
The baseline I2C will get the standard I2C clock frequency. You will have to update the registers in your program - that is very easy to do.
Many thanks Evan