STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL_I2C_mem_read_dma return error

I'm connecting to a nucleo144 through configured pins and i2c connection a melexis 90640 (thermal scanner) I initially tried through Hal functions to call the device on the default address I had from the datasheet (0x33) but did not find it so I solv...

Icont.1 by Associate II
  • 1499 Views
  • 8 replies
  • 0 kudos

Resolved! Jump issue with custom bootloader (STM32H7)

Hello,I've made several bootloader in the past without so much problem in the past with F2, F4, F7, but this time, I have some serious troubles with a STM32H743BI :)The bootloader (using the first sector, 128kb) reads a bin file from the SD card and ...

jean by Senior
  • 4453 Views
  • 7 replies
  • 1 kudos

I want to send AT+CWLAP commands and put only WiFi names (excluding commands and addresses) in the array to display five on the board. Please recommend me how to use it. Also, we analyzed the pattern. Please tell me how to parse.

// I use this code. And stm32h750 B/D w/ Esp8266.UART_HandleTypeDef UART2_WIFI;uint8_t RX_Data[128];uint8_t RXD;uint8_t data[11]="AT+CWLAP\r\n";if(IndexCount >= 200){ IndexCount = 0; if(StartFlag == 0) {  HAL_GPIO_WritePin(GPIOH,GPIO_PIN_10,GPIO_PIN_...

wwgww by Associate II
  • 395 Views
  • 0 replies
  • 0 kudos

Resolved! USART1 for STM32F411CE using HAL

Hello! I am trying to get the USART1 (only using as a UART) for the STM32F411CE. I have been doing some studying on the STM32407VG and got the UART to work with straight register manipulation. (That was done here: https://community.st.com/s/question/...

JCorl.1 by Senior
  • 1821 Views
  • 3 replies
  • 0 kudos

Uploading firmware through SPI interface (STM32L031)

Hello, I am working on a project. One of the requirement is to be able to upload firmware and communicate with the microcontroller is via SPI interface. The layout of the project is as follows:1) There are 10 microcontrollers in total. Each running s...

stf2lrn by Associate II
  • 4949 Views
  • 9 replies
  • 0 kudos

Resolved! Azure RTOS ThreadX NetXDuo Cache

Hello together,I have a question regarding caching on AzureRTOS ThreadX/NetXDuo. At the moment I am switching from freeRTOS + lwIP to AzureRTOS ThreadX + NetXDuo. So far everything works but I have some questions regarding caching. I know that the et...

ESawa.1 by Associate III
  • 1667 Views
  • 6 replies
  • 0 kudos

Bluepill STM32F103C8 Computer not recognizing USB

Hello, I've been following this http://dangerousprototypes.com/blog/2017/06/21/how-to-stm32f103c8t6-as-an-usb-device-virtual-serial-port-cdc/ tutorial on getting the virtual com port working on my bluepill. I am 100% beyond any shadow of a doubt cert...

AEgli.1 by Associate
  • 1734 Views
  • 1 replies
  • 0 kudos