ADC Configured 5 channels but when iam commented 4 reading only one, then iam getting incorrect values
iam using STM32L051K8T6 Below attaching the code
Ask questions, find answers, and share insights on STM32 products and their technical features.
iam using STM32L051K8T6 Below attaching the code
Hello, my program runs to the HardFault _ Handler function, I usually use interrupt check whether there is a function variable overflow, but this time the jump function is irregular, I do not know how to judge, please help me, I will provide the rele...
Hi everyone,We're experiencing an issue with LPBAM after the latest HAL update. We initially reported the problem on the STMicroelectronics GitHub , but after two weeks without any response or activity, we decided to seek help here.In the following ...
Hello everyone,I have a problem with the STM32G030.My microcontroller is drawing 1.5 mA of current in standby mode. I really can't figure out why. When I put it into stop mode, it draws 25 uA, which is fine, but I can't understand why it's drawing so...
In my design, I want to drive a dac with octospi.I need to transmit data via the interface in DAC data frame without any instruction and address.like: *(__IO uint8_t*)&OCTOSPI1->DR = data[i]; void OCTOSPI1_Init(void) { OCTOSPI1->CR &= ~OCTOSPI_C...
Hi, I am using STM32L476 Nucleo board to generate and read some signals. I am using TIM3 to trigger TIM1 and generate pwm signals. I also used ADC in interleaved continious mode and everything worked out. What I want to do is that I want the ADC and ...
Hi I have a VERY large driver for a PSFB that unfortunately suffer from a flaw.The idea is that the master timer is reporgrammed with period and CMP1 CMP2 and CMP3 and that the timerD and timerE uses these 4 points for the crossbar. Everything works ...
HiI' am devloping an Hardware using STM32G491RET6 where I'm using many interfaces such as I2C, SPI, RTC, USB, RS232, ETH etc.The above hardwase is not yet fabricated, but we want to develp a software before the fabricated board arrive. Hence in order...
I made a stm32f411 simple test board and I am failing to do some things with it, now I am trying to send a string using the usb cdc, the code is uploaded but the device is not shown in usb list, I have a stm32f411 blackpill with 25mhz crystal hse(in ...
Hello,In my application I need to clear TIM 3 Counter on Rising Edge of an external Pin.My target MCU is STM32C011Is there any example available? ThanksAlfonso