Ask questions, find answers, and share insights on STM32 products and their technical features.
I am using STM32F205ZG RTC with External clock; the RTC initalization, RTC set Date function in the following lines:int16_t RTC_HAL_init(void){ RTC_InitTypeDef RTC_InitStruct; /* Enable the PWR clock */ RCC_APB1PeriphClockCmd(RCC_APB1Periph_PWR, E...
I spend quite some time trying to figure out, what the gray symbols/areas mean. Still i dont know. Any one knows this?
Hello All,I'm new to ST products. We are using STM32G041F8P6 in our project. This IC will be programmed through I2C/USART and there's no JTAG available for this chip. Please suggest some low-cost programmers/debuggers.Thank you
I am unable to connect to the network, it shows the network attach on the oled display but the network strength is zero. Tried different sim cards, but still not working. Also unable to configure modem using AT COMMANDS shows " at command fail". I am...
When configuring UART2 in the STM32C0316-DK, the emulator is locked.Error in executing 'step' command ... Target is not responding, retrying...Code is running here (stm32c0xx_hal_msp.c line 272): /**USART2 GPIO Configuration PA8 ------> USART2_TX...
I spent last 2 weeks trying to get 3.97inch 16BIT Module NT35510 to work with STM32L4S9ZIT6 I followed pin connection with diagram found somewhere. There is PIN CS on LCD with is connected to FMC_NE4. FMC_NE4 is kept high, while CS is LCD enable and ...
Hi everyone, I am starting to program a board with stm32 (stm32f103c8t6) and I have the following problem.I have two codes to make a led blink, but one works and the other doesn't work.Code 1 (not working)#include "stm32f1xx_hal.h" #define LED_PIN ...