SERVO MOTOR ANGLE
WHEN USED PULS ENCODER FOR FIRST TIME STARTUP HOW CAN UNDRESTAND ROTOR POSITION BECUSE SHAFT POSITION MIDLE 0 DEGREE TO 360 DEGREE
Ask questions, find answers, and share insights on STM32 products and their technical features.
WHEN USED PULS ENCODER FOR FIRST TIME STARTUP HOW CAN UNDRESTAND ROTOR POSITION BECUSE SHAFT POSITION MIDLE 0 DEGREE TO 360 DEGREE
Hello, I've just received the STM32L475 Discovery kit IoT node. I connected the board through USB cable to my laptop (the JP4 jumper is connected to 5V_ST_LINK) and the power supply LED (LD5) is blinking. Also the board is not visible from laptop (I ...
I am using a nucleo board to develop some FW (NUCLEO-L073RZ, with STM32L073RZTx), but I wish to use the device (STM32L011G4) in the final product and use the nucleo board to program. I am not sure which pin on the SWO signal to.Thanks,Ashraf
I want to implement a CAN bus and I have the following boards:NUCLEO-F401REWaveshare RS485/CAN Shield (https://www.waveshare.com/wiki/RS485_CAN_Shield)I have seen that CAN interface is not avaliable in CubeMX for my nucleo board, so I have some quest...
Hello. I use STM32G474VET6.I want to use the comparator output as an external event for the timer. The output of the comparator (event) must be inverse (the POL bit is set in the COMP_CxCSR register). However, according to the logic of work, I see th...
I have a speakerphone-ish application using STM32F405. Accoustic echo is a problem (mic picks up what the speaker barfs out). Prelim googling shows:Cube has add-on for speex AEC. But xiph (the guys who made the now-obsolete speex) themselves say...
Hi, for several days now I have been trying to display a variable in "Snapshot acquisition mode" in STM Studio. The document CD00291015.pdf talks about this mode on page 21, talking about the "softTrace" subdirectory and the DataAcq.c and DataAcq.h f...
Hello,In my application there is an external interrupt configurations: RCC_ClocksTypeDef RCC_Clocks; RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO, ENABLE); EXTI_InitTypeDef EXTI_InitStruct; NVIC_InitTypeDef NVIC_InitStruct; GPIO_EXTILineConfi...
Hi all,I'm using STM32G431KBU6, I've enabled the 2 opamps in cubemx, the settings for the opamps are: mode -- standalone power mode -- high speed user trimming -- disable I have 2 resistors and 2 caps to set the gain, low-pass cutoff freq and high-pa...