STM32L011K4T6 ADC result reading to scope ?
Dear STM32 Members,I have read a value from ADC, Is there anyway that I can display ADC result to my scope without DAC?Any clues guys ?Thanks and kind regards,
Ask questions, find answers, and share insights on STM32 products and their technical features.
Dear STM32 Members,I have read a value from ADC, Is there anyway that I can display ADC result to my scope without DAC?Any clues guys ?Thanks and kind regards,
Hi, community!I had a problem, when chip burned out in my device, I bought new. I installed it in the main board and programmed Flash Memory. All passed success, a device works, but there are some bugs. I assume that the peripheral devices are incorr...
Hi,I'm trying to capture a USB connection / disconnection event in STM32F722RE. The interrupt HAL_PCD_IRQHandler() is called when I connect / disconnect the device to the PC, but the flags USB_OTG_GINTSTS_SRQINT and USB_OTG_GINTSTS_OTGINT are never s...
I'm trying to set up a counter to capture the period of an input signal. I'm getting lost in the different CCMR bits. If it possible to do the following:wait for a raising edge on an input.on the raising edge, start counteron the next raising edgerec...
Can anybody confirm that latest Keil (v. 5.26.2.0) works on Win10 64-bit, ver. 1809 aka "October Update"? For me, it is no go. All was good before update, with ver. 1803.Thanks!-- pa
Dear all,I am on the process of switching to GNU GCC for compiling an already working project. Most of the functionality has been tested. There is a failing test though: The USB VCP drivers do not seem to perform good.The client side (PC-Windows) is ...
Hi again, Issues around the ETH-Peripheral of the H743 are not addressed for the first time here. It would be extremely helpful to have one example (simple as possible) with a kind of "guarantee" to run on a NUCLEO 743 Board "out of the box". This c...
MX_TIM1_Init(); /* USER CODE BEGIN 2 */ RCC->APB2ENR |= RCC_APB2ENR_TIM1EN; // Enable timer1 //RCC->APB1ENR |= RCC_APB1ENR_TIM3EN; TIM1->CCMR1 |= 0x0000E8E8; // CH1 & CH2 Output Compare(CC1S), Preload(OC1PE), PWM1 Enable(OC1M)* TIM1->CCMR2 |= 0x00000...
In STM32 I see in the clock when i declare gpio clock also selected. why we have to set that clock,what is the advantage
Hello, I'm having trouble trying to program a STM32F427IGT6 uC using STM32CubeProgrammer command line or the API , sometimes it identifies the uC but never allows me to program it. I'm missing something? Should i download an external package for th...