ADC testing of PWM signal and estimating switching Frequency and duty ratio
I want to calculate frequency of the pwm signal
I want to calculate frequency of the pwm signal
Hello, I am using STM4F429ZI with nucleo boardI would like make my own custom board, not a nucleo 32 .My own board has 16-bit ADC component named ABS8584, for better measure adc data.In that case, What is the fastest way to make my CPU(STMF4) bring d...
Hello,I want to use UART2 on a NUCLEO-L073RZ for printf output but cannotget it to work for the life of me, please help.Context:In this scenario, I need the UART2 output direct from the PA2 / PA3pins on the ST Morpho header (CN10), in other words, no...
Hello all,I need to store 6000 incoming samples from the ADC, analyze these 6000 samples and then store 6000 new samples in the same location and I need to do this repeatedly. I am using HAL_ADC_Start_DMA function to start the channel and I want to u...
Hello guys.I dont want to complain, but I think its not normal trying to spend 1 week to compile Demo projects for my STM32L4R9I-DISCO board. I have the github repo below, I've added StemWin libs which are not included due to license problems, but I ...
i am using stm32f103 controller with opto -circuit to rotate my motor . But my motor is rotating only in forward direction even if i make my direction pin SET or RESET . BUT i need to make my motor to rotate in both forward and reverse direction. Ca...
Hello,Previously when working with NXP MCUs, I was able to inspect MCU registers and memory whilst debugging through a convenient interface built into the IDE.I'm wondering if the STM32Cube ecosystem, or other ST tools, can provide equivalent functio...
The X-NUCLEO-LPM01A Power Shield can be triggered by the target device to start acquisition, using the D7 pin. Can it also be triggered to stop acquisition?Also, my power shield is currently running v1.0.1. The latest version of the firmware is 1.0.6...
I'm having trouble getting SWO to work using openocd on the NUCLEO-H743ZI2 board. I've removed SB26 as per the user manual for this board. This should leave the SWO pin (PB3) connected to the stlink SWO, meaning I can get ITM output over the usb conn...