Resolver for STM32F4
Hello everyone. I'm working on a project. I must use a resolver for our servo motor. But I could not find any sample code for resolver.Can anyone help me?Thank you.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello everyone. I'm working on a project. I must use a resolver for our servo motor. But I could not find any sample code for resolver.Can anyone help me?Thank you.
It's my first design with a STM32 MCU. I want to program a MCU on my custom board with the ST-LINK but when I try with STM32 ST-LINK Utility the connection doesn't work. The STM isn't recognized. When I measure VCC signal on the connector SWD I have ...
Posted on February 17, 2017 at 12:29I want to have 60 MHz on the MCO1 pin PA8. I use an external 25 Mhz crystal. The PLL delivers 180 Mhz to the system clock. I've used STCubeMX to configure the clocks to get 180 MHz / 3 on MCO1.Unfortunatly I'm not...
STM32L476 with STM32Cube_FW_L4_V1.12.0. Configuring for Device only OTG, CubeMX ALWAYS generates HAL_GPIO_EXTI_Callback in usbd_conf.c for VBUSDetect. This HAL_GPIO_EXTI_Callback generated code does not have any USER CODE BEGIN... USER CODE END con...
Posted on March 29, 2018 at 10:06Hello Everyone!I am trying to configure LIN_FLEX_0 channel for UART communication. Following is my code for the configuration.&sharpdefine LIN_CH0 LINFLEXD_0LIN_CH0.LINCR1.B.INIT=1; /* Put LIN into INIT mode ...
I'm stuck with the problem that any words are not printed in the teraterm.I'm using STM32373C-EVAL board and trying to print words using serial port(CN12 connector).I added function below to use printf function,int __io_putchar(int ch) { uint8_t c[1...
Hello,I'm looking for example about how set linker and which declaration put to sources to enable External NOR Flash for program data and images.regardsPiotr
Thank you in advance for your helpBest regards
Posted on June 15, 2018 at 14:08Hello,for datasheets and reference manuals and probably all other documents the content only has ' Document revision history' as subchapter in the 'Revision history' chapter content listing. When reading the revision...