Forum Posts
STM32L433 low power stop1 mode still using a lot of current
Hi,I am using the STM32L433 and want to place this into very low power mode. I am thinking STOP1 as the wake up is from one of several interrupts. The setup works fine the system wakes up when it gets an interrupt, but the power consumed is way too h...
How to make the STM32373C-EVAL SDADC to work?
Hello,I am working on the stm32373C-EVAL but I can't get the SDADC to give me satisfying values.I am following the UM1786 "how tu use this driver" instructions on p°594:I fill in the HAL_SDADC_MspInit(), the HAL_ADC_Init() is used, I call HAL_SDADC_P...
DMA: reading TIMx_DMAR vs directly reading TIMx_CCR1 and TIMx_CCR2
I am using a STM32F103C6 CPU. I want to DMA read TIMx_CCR1 and TIMx_CCR2 after a capture 2 is done (i.e. CC2DE bit set in TIMx_DIER). Since this can be done as a burst transfer (the 2 registers are contiguous), I set up TIMx_DCR accordingly (2 transf...
Connect a pin to two inputs
Is there a way to connect some pins to both ADC and comparator inputs, for example ADC_IN2 and COMP1_INP? It should be possible because they both are inputs.
Resolved! AN4841 Digital signal processing for ST M32 microcontrollers using CMSIS
Posted on October 19, 2017 at 08:43Hi,Where can I download the example code for AN4841 'Digital signal processing for ST M32 microcontrollers using CMSIS'?Please advise.Thanks.Regards,Thiha Kyaw#an4841-dsp-application
Shipping addredd.
I want to buy eval bds in my basket.But l cannot complete the order because the order forms address CITY section does not list my city GOYANG.Local sales needs one month delay they do not have in stock. I am buying one Nucleo144stm32f767 and one Nfc0...
Resolved! Why is CMSIS/DSP arm_fir_f32() using more than one clock cycle per tap? (not using VLMA instruction)
I am currently performing timing and performance measurements for the CMSIS/DSP FIR filter functions on an STM32F412. I toggle a GPIO before and after executing the arm_fir_f32() function and record the signal on a scope.My results are:Details: Sampl...
STM32F4 - Problem with UART Receiver
HelloI'm trying to communicate STM32F411RE (NUCEO board) with SIM800L module through the USART interface.I made USART initialization by HAL driver but I want to communicate manually by referring to the registers directly.USART Initialization:void uar...