• C8051F350 printf in Debug mode
    Hi there, I am new to the embedded systems and trying to learn. I have a C8051F350-DK that I wrote a program to measure the voltage through one of the analog inputs ( I am using Keil uvision 4)...
  • C8051F350 printf in Debug mode
    Hi there, I am new to the embedded systems and trying to learn. I have a C8051F350-DK that I wrote a program to measure the voltage through one of the analog inputs ( I am using Keil uvision 4)...
  • Interfacing C8051F350(SMBUS) to I2C eeprom
    Hello all, I am using C8051F350 MCU from silabs in a product, I tried to use its flash writing feature to emulate EEPROM but failed due to not knowing that you can't erase flash byte by byte. So we...
  • Interfacing C8051F350(SMBUS) to I2C eeprom
    Hello all, I am using C8051F350 MCU from silabs in a product, I tried to use its flash writing feature to emulate EEPROM but failed due to not knowing that you can't erase flash byte by byte. So we...
  • Flash read & write
    Hello friends I want to define 32bit(4 byte) value as a constant in flash. How to access it within a programm written in 'C' for 8051 microcontrolller. Please suggest me any solution.