User Activity

I am trying a PWM output with jumper connectors.when mains fail(input supply)PWM is on indicated by a lamp and OFF when there is a supply .in between if the supply is OFF and Lamp is in ON there is a jumper connect to PA6 (input)of stm32c011f6p6.if t...
In my project I am using STM32G030k8, in which I need to use 6 ADC channels and 2 of them are Pa11 and PA12PA9 and PA8 as gpio .I couldn't able to configure PA11 and PA12 what is the alternate way to use that channel
Hi we are developing a product in lighting with STM32MCU and ST25 NFC Chip.We are planning to develop an customer app for our products with certain parameters that we can have the variables through NFC .One of my colleague recommended the app can be ...
please let me know my coding is correct ,whether usage of my exti is correct  while (1) { HAL_Delay(300); // MAINS INPUT Adc_Mains(); HAL_ADC_Start(&hadc1); HAL_ADC_PollForConversion(&hadc1,1000); Main...
I couldn't able wakeup the system after standby (wakeup should be switching ON mains ) the wakeup pin PA2 is connected to mains pin configured for pwr wakeup.  int main(void) { /* USER CODE BEGIN 1 */ /* USER CODE END 1 */ /* MCU Configuratio...
Kudos given to