• Code works but Mon51 dosn't
    Hi, I Have a relatively big (14K), program that I try to debug. One of the functions reads an I2C peripheral memory (bit banged) there is no interrupt related to this function or other running functions...
  • Code works but Mon51 dosn't
    Hi, I Have a relatively big (14K), program that I try to debug. One of the functions reads an I2C peripheral memory (bit banged) there is no interrupt related to this function or other running functions...
  • C167 WDTCON reset indicator flags are not working
    On reset recovery of the c167 controller i am reading wdtcon reset reason indication flags before EINIT instruction execution (Startup file). Flags are allways set to 0. due to this unable to identify...
  • C167 WDTCON reset indicator flags are not working
    On reset recovery of the c167 controller i am reading wdtcon reset reason indication flags before EINIT instruction execution (Startup file). Flags are allways set to 0. due to this unable to identify...
  • STM32F407 - Flag RXNE of SPI is clear when i read. Sometimes is stack in waiting the flag.
    Hi, i using SPI for communicating Transmiting and Receiving with STM32F407. My routine for transmit: void spi_transmit(uint8_t DataX) { //Envio while(!(SPI_TFT->SR & SPI_SR_TXE)); SPI_TFT->DR = DataX;...