Posted on July 06, 2015 at 09:29Hello, I have a similar problem with my STM32L053-Discovery Board. If I connect the board via USB with my PC it works fine, but if I power supply the STM32L053 without my PC (battery), the LD1 (COM) starting to blink...
Posted on June 16, 2015 at 09:15 The original post was too long to process during our migration. Please click on the provided URL to read the original post. https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=06...
Posted on May 26, 2015 at 10:37Hi, I have some question about the display size. In the paper of stm32l053 the display size is mentioned in 172x72. This size is for a sized picture with 172x72 pixel, but is it also valid for hex? When I send a hex to...
Posted on May 15, 2015 at 08:59Thanks for the pseude code. int main(void) { HAL_Init(); /* Configure LED3 */ BSP_LED_Init(LED3); BSP_LED_Init(LED4); BSP_EPD_Init(); SystemClock_Config(); UartHandle.Instance = US...