• EEPROM Read/Write AT89C51AC3
    Hello, I have the following code for writing/reading EEPROM of this device. unsigned char eepromWrite (const unsigned int Address, unsigned char Data) { bit oldEA; unsigned char DataReadBack;...
  • EEPROM Read/Write AT89C51AC3
    Hello, I have the following code for writing/reading EEPROM of this device. unsigned char eepromWrite (const unsigned int Address, unsigned char Data) { bit oldEA; unsigned char DataReadBack;...
  • stm32f103rc SPI not working!
    Hi there, I am now using stm32f103rc processor (before I used stm32f103rb to have some practices), I want to send a string such as "hello world" but I can't send it. The TC (transmission complete flag...
  • stm32f103rc SPI not working!
    Hi there, I am now using stm32f103rc processor (before I used stm32f103rb to have some practices), I want to send a string such as "hello world" but I can't send it. The TC (transmission complete flag...
  • spi flash 16MB not working
    Hi I am currently working with SPI flash memory W25Q128BV and using nuvoton processor of N9H30 series. I have sample codes but not working correctly, but after erse only one time working properly...