Browse By Tags

  • HardFault on UART initialize

    Hi all!

    I'm facing a problem with my UART on a STM32F207IG under CMSIS.

    When I try to initialize the UART the processor disappears in the HardFault_Handler.

    I think the problem is somehow related to the clock settings which I left untouched until now…

  • Using UART to write to SRAM

    Hi All,

    I am using UART to receive values and then write those values to SRAM. I am using the Texas Instruments Stellaris LM4F120 board.

    For this purpose, I am using the memcpy() function to write the received values over UART to my SRAM base address defined…

  • Flashing STM32L0

    I have made a custom board for STM32L072CZ by ST. I am flashing it using STM32Cube Programmer via UART. When I flash it, I get the application running(say blinking LED) for the first time and as soon as I reset it, the application stops running. I checked…