• A question about RST Address changing
    UV2 and UV3 all can change the RST address 0000h to another (like 400h,ect).Do all kinds of microcontroller can work well when RST Address is changed ? Which location do we have to change the RST Address...
  • A question about RST Address changing
    UV2 and UV3 all can change the RST address 0000h to another (like 400h,ect).Do all kinds of microcontroller can work well when RST Address is changed ? Which location do we have to change the RST Address...
  • ISP, Bootloader, Pulses to RST pin, Minimal Hardware
    Dear Friend, I am working on a LPC932, and am trying to program the device w/ minimal hardware. I don't have any debugging boards EPM900 or whatever. I have tried to mimic the hardware of such a board...
  • ISP, Bootloader, Pulses to RST pin, Minimal Hardware
    Dear Friend, I am working on a LPC932, and am trying to program the device w/ minimal hardware. I don't have any debugging boards EPM900 or whatever. I have tried to mimic the hardware of such a board...
  • 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;...