Posted on January 27, 2017 at 16:45Lucky you... the code I inherited does not have this.* @file stm32l1xx_hal_flash_ramfunc.c * @author MCD Application Team * @version V1.1.3 * @date 04-March-2016 * @brief FLASH RAMFUNC driver.
Posted on January 06, 2017 at 19:51
You've added disable/enable_irq()... yes, I think that was one of my problems. Surprisingly in the voluminous but mostly useless boilerplate documentation, no mention or reminder about IRQs in any of the 3 stm3...
Posted on December 22, 2016 at 16:51Can't wait for the discussion about HAL_UART_Receive(). Instead of returning the length of bytes read, you get an HAL_OK or TIMEOUT, BUSY...
Posted on December 10, 2016 at 08:24I'm having problem with USB CDC driver when compiled with GCC -Os. Did you identify the function or the file that had the optimization issue? I've used highest level optimization with Atmel (SAM4) and never had...