This video is in addition to VN42 and includes how to read data by using stm32 USART, how to send data (system clock, cpu temperature values) to the LCD i2c …
Read More »
This video is in addition to VN42 and includes how to read data by using stm32 USART, how to send data (system clock, cpu temperature values) to the LCD i2c …
Read More »This video contains an example of lcd i2c with stm32cubex and keil. LCD 16×2 has i2c module (PCF8574). You may download both the library and source code below. Notes: Pin …
Read More »In this video, I will show you how to make a simple library while programming Stm32f4 with Keil and Stm32Cubemx. The video includes how to create .c/.h files, how to …
Read More »When it comes to send data thorough multi-serial port by using printf, how it can be handled? We will have a look at a simple example of it. In this …
Read More »If we have a look at stm32f4xx_hal.c, we see as “Care must be taken if HAL_Delay() is called from a peripheral ISR process, The SysTick interrupt must have higher priority …
Read More »If we need to receive integer values from serial port, we can use “stdlib.h” as includes and then atoi, atof etc. functions to convert string values to integer or floating …
Read More »Example 1: (PA0 gpio input, pull down) The Exti runs as long as triggering thorough PA0 pin. [crayon-690a595261b97217543953/] Example 2: (PC9 GPIO_EXTI9, rising edge, pull down) In the beginning, the …
Read More »