• 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…