STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! PWM Dim

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...

SRAM.11 by Associate III
  • 225 Views
  • 3 replies
  • 0 kudos

STM32CO11 DELAYS NOT WORKING

  if(Mains>0.1) { if((Mains<1) &&(Vbat>0.9)) { TIM1->CCR4=TIM1->ARR; HAL_TIM_PWM_Start(&htim1,TIM_CHANNEL_4); Set_LED(0); Batt_Chrge(0); HAL_Delay(1...

meena by Associate III
  • 131 Views
  • 2 replies
  • 0 kudos

Resolved! LOW POWER MODE

please help me to solve this .My prototype is going to stand by but never waking up.I have used WKUP4 how i can assign interrupts for this .void Enter_sleep(void) { //enable PWR control clock __HAL_RCC_PWR_CLK_ENABLE(); // Set SLEEPDEEP bit of C...

meena by Associate III
  • 213 Views
  • 1 replies
  • 0 kudos

Resolved! stm32c011f6p6

I needed a help how to implement shutdown mode and wakeup from external reset in my application   while (1) { HAL_Delay(100); // MAINS INPUT Adc_Mains(); HAL_ADC_Start(&hadc1); HAL_ADC_PollForConversion(&hadc1,1...

meena by Associate III
  • 513 Views
  • 8 replies
  • 1 kudos

standby and reset

Can't find a source file at "C:/Users/mmm/Documents/Projects/stm32 projects/AccessMini/Debug/../Core/Startup/startup_stm32c011f6px.s"Locate the file or edit the source lookup path to include its location. what does this statements?Anything to do with...

meena by Associate III
  • 126 Views
  • 0 replies
  • 0 kudos

Resolved! How to use ST32MC0 for I2C communication over 2050 bytes?

I am using STM32C031C6 for I2C verification.I tried to communicate 2050 bytes of data using the HAL driver.However, it did not receive the correct data.To be precise, the data at 512,1024,1344,1346,1538,18561 and 1858 bytes were different.The setting...

kkazu by Associate II
  • 426 Views
  • 4 replies
  • 1 kudos

stm32c011

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...

SRAM.11 by Associate III
  • 178 Views
  • 0 replies
  • 0 kudos