Ask questions, find answers, and share insights on STM32 products and their technical features.
hi all,i am trying to do CAN Communication using STM32f407 and transceiver using Cube MX and Cube IDE. Now i have given default value for CANTxHandletypedef Txheader.StdID = 0x321. As a next step i need to add this STDID value by entering through Ser...
I want to use pin to work as output pin for some time and then Analog pin for some time.how can I change the mode of pin in run time. GPIO_InitTypeDef GPIO_InitStruct = {0}; ADC_ChannelConfTypeDef sConfig = {0}; HAL_GPIO_WritePin(GPIOC, GPIO_PIN_...
Hey!There is a need to interact with the 3-pin MediaLB bus.I cannot penetrate into it.How the data exchange takes place, what conditions must be observed, how the request and return frame is formed.Perhaps there are examples of working with the bus o...
Hi everyone,I am working with the SPI in slave mode on an STM32G071 and having some trouble with the different SPI modes. I set both CPOL and CPHA to 0 during initialization: SPI_InitStruct.TransferDirection = LL_SPI_FULL_DUPLEX; SPI_InitStruct.Mode...
I have an application running on HSE as system clock..and I set the multiplexer to select HSE, totally not using PLLbtw, should I put any configuration to my PLL? such as PLLON =0, and while(PLLRDY==1) , to “properly configure�? the unused PLL?Or sho...
I was happily developing some ADC+DMA routines for my stm32f205 and suddenly my MCU started to freeze.I am able to connect, erase, and flash binaries with stm32CubeProgrammer trough an ST-link.After erasing multiple times my STM32F205 with stlink and...