STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STL flash test failing

I do not know if this is appropriate place to ask but I will try. We are integrating the STM STL library and we cannot get the flash test to be successful.This, this, this nor this helped. I believe we are generating the checksums correctly, we tried...

Dual bank booting problem

Hello!I try to use dual bank option on the stm32l476 (256kB) for implementing a custom bootloader. I want just read new program (bin) by custom protocol and write it to another bank. After that I want to switch the banks, reset mcu and start the new ...

KKlyn.1 by Associate II
  • 1480 Views
  • 4 replies
  • 0 kudos

STM32F446 SPI DMA too fast for SSD1362

Hello,I have implemented 4 wire SPI for my SSD1362 OLED controller. Here are my SPI transfer functions (both normal and DMA) void HAL_SPI_TxCpltCallback(SPI_HandleTypeDef *hspi) { // Deselect when Tx Complete if (hspi == &hspi1) { HAL_GPIO_WriteP...

fing by Associate II
  • 1888 Views
  • 3 replies
  • 0 kudos

stm32f439 freertos lwip stuck

Hi, i have build up a basic freertos and lwip setup. I just have one user task running. I start a sntp to get the time and wanted to print the time in that task. But it does not reach there.I get stuck. I'm using the cmsis v2 i recently upgraded the ...

MOtto.2 by Associate II
  • 629 Views
  • 2 replies
  • 0 kudos

Problem with "HAL_UARTEx_ReceiveToIdle_DMA"

Hi,I am using the HAL function "HAL_UARTEx_ReceiveToIdle_DMA" as follows:void HAL_UARTEx_ReceiveToIdle_DMA(UART_HandleTypeDef *huart, uint16_t Size) {//my actionsHAL_UARTEx_ReceiveToIdle_DMA(peripheral, buffer, COMMAND_MAXIMUM_LENGTH);__HAL_DMA_DISAB...

areyzummo by Associate II
  • 2132 Views
  • 7 replies
  • 2 kudos