Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on March 02, 2018 at 10:59I used MXcube to generate initiaation code as SPI Slave, CHPA is hope to be Low.But it will be set when the LL_SPI_Init(SPI1, &SPI_InitStruct) function is running.I found that Miss BaudRate Field. It can probably in...
Posted on March 01, 2018 at 22:25Hi everybody, I would require some help on an I2C link between TSL2591 and my nucleo nano F303K8T6.I did it working well on the mbed website TSL2591_F3, but I want to use SW4STM32 environment and also CUBEMX.Using m...
Posted on March 02, 2018 at 09:52STM32F031 is configurated as SPI Slave, CRC result can not be send out correctly. Attached the whole project. I also designed one SPI master by another STM32F031 for this testing. The waveform that master sent is ri...
Posted on May 06, 2017 at 00:19Hello,I have been trying to download the library for CLASSB certification for STM32's but i can't manage to download it.http://www.st.com/en/embedded-software/x-cube-classb.html I tried to press request software and fi...
Posted on February 28, 2018 at 12:55I have a few misunderstandings about DMA, so I need some help. I setup DMA to copy from GPIO IDR (without inc) to sram (with inc), it triggered from Timer (Free Running, Overflow event).In the case of algorithm li...
Posted on March 01, 2018 at 23:59So I have banging my head a little trying to get the X-NUCLEO-LED16A1 16 channel LED DRiver board to work on the STM32F429ZI. I've tried going the route of porting the example STM32F401RE code and have failed. It loo...
Posted on February 28, 2018 at 20:11The last release (3.5.1) is quite old and there are a lot of known issues regarding the ELF parser.Any statements from ST ?Thanks,Michael.
Posted on March 01, 2018 at 12:34Dear Sir,We are using STM32L431VCT6 in our design.I want to know how to configure USART to UART ?
Posted on March 01, 2018 at 18:11Inside UART_SetConfig() on line 2164, we are getting the peripheral frequency from RCC_PERIPHCLK_USART2 (hardcoded), where this should have been based on huart->Instance (USART1, USART2, LPUART1 etc.)