Ask questions, find answers, and share insights on STM32 products and their technical features.
Same question for STM32F100C4T6B, STM32L051R8T6 and STM32G030C6T6
The first image is PWM output when using internal oscillator & The second image is PWM output when using external crystal.
I have a system with several SPIs and logging of data to SD Card. During a test which logged data over night the system ran into a Hard Fault (INVSTATE) after some hours. My questions:What is the reason for an INVSTATE Hard Fault? How can I detect, ...
Hi,we are using stm32f745xx and bellow are our configurations.we are using total 6 timers, out of which we are using TIM6 to generate 50us interrupt.htim6.Instance = TIM6;htim6.Init.Prescaler = 1;htim6.Init.CounterMode = TIM_COUNTERMODE_UP;htim6.Init...
Hi,I am using HDC1010 temperature and humidity sensor with STM32F103VET mcu. I am trying to read the sensor temperatre and humidity data, but i always get "0" value from sensör. My project code is below. Any advise ?/* USER CODE BEGIN Header */ /** ...
I am using UART2 on STM32F407VG-DISC1, my HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart) function is never called.
How to remember data after power off in STM32F746G DISCO?Andrzej
So I am trying to use BlueNRG M2SP device on a custom board. To use this device i tried to use BLE2 cube expansion with SampleApp application. I am sure i am configuring SPI and GPIO pins correctly. Project builds and loads fine but after booting, co...