User Activity

Dear, I have custom board based on this https://github.com/issus/BLDC-Drive which uses STSPIN32F0 as motor driver. I have that got that PCB manufactured & assembled but stumbled on an issue (which I assume is an issue) that it does not have feedback ...
Dear,I am trying to profile two different motors using ST Motor Profiler 5.4.8 but it fails on both motors.Setup:Control Board: Nucleo-L476GPower Board: X-Nucleo-IHM08M1 3ShConfiguration:Completed the configuration using this link:Control Board:Remov...
Hello,I have developed a custom BLDC Motor Controller board using STSPIN32F0. During the testing of board, it was observed that its built-in DC/DC Buck Converter was not producing 3V3. After going through AN5128, I found a mistake that other side of ...
Hello,I am acquiring samples from 50Hz Sine Wave through a CT and want to get 100 samples of this signal (T=20ms). For this, I need each sample at 200us apart so I get an array of 100 bytes. I have following clock setup:APB1 = 36Mhz; ADC = 12MhzTIM3 ...
Hello,I am using RTC internal wake [10 sec] using the following code:void go_to_sleep(void) { HAL_SuspendTick(); HAL_RTCEx_SetWakeUpTimer_IT(&hrtc, 10, RTC_WAKEUPCLOCK_CK_SPRE_16BITS); HAL_PWREx_EnterSTOP2Mode(PWR_STOPENTRY_WFI); HAL_RTCEx_Deact...
Kudos given to