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

Resolved! Using Custom HID and BNO055

Hi Forum! Previous experiments, but it still could not work, I have no idea how to fix this problem:https://community.st.com/t5/stm32-mcus-embedded-software/hmd-application-stm32f1-with-bno055-via-vcp/td-p/876235Therefore, I revisited the literature ...

upload3.png upload2.png upload1.png

I2S communication of STM32F411RET6 with IMP34DT05

Hello ST,I'm trying to communicate the STM32F411RET6 with IMP34DT05 mic, i have enabled the I2S in ioc configuration, i have downloaded and added the library file from https://www.st.com/en/embedded-software/x-cube-memsmic1.html, while building the p...

PSR1 by Associate III
  • 252 Views
  • 4 replies
  • 2 kudos

NUCLEO-N657X0-Q ethernet DMA issue

Hello ST community, I configured my project in STM32CubeMX 6.17.0 and use STM32CubeIDE 2.1.1 to debug. The goal of the program is to receive a raw ethernet frame.I followed this tutorial, of course I adapted the pins to NUCLEO-N657X0-Q, and I skipped...

ACR by Associate II
  • 317 Views
  • 3 replies
  • 1 kudos

HAL cooperative mode feature request

This is an improvement request post.STM32 HAL on every family has tons of following code constructs:tickstart = HAL_GetTick(); while (!condition) { if ((HAL_GetTick() - tickstart) > TIMEOUT_VALUE) { return HAL_TIMEOUT; } }When using HAL wi...

SCB->VTOR = FLASH_BASE | VECT_TAB_OFFSET;

I configured a nucleato-L152RE LED program using CubeMX6.17+STM32L1 Firmware Package V1.10.6 and found that the program kept restarting automatically. After adding the following code to the SystemInit() function generated by CubeMX, the problem was s...

stm32n6 camera isp restart issue

Dear all,I have a working camera + video encoder solution running with LCD display disabled.I have one preview thread that displays camera data on the LCD, this thread can be suspended and restarted. While the first run looks fine, the output has a g...

svogl_0-1776688594963.png svogl_1-1776688607725.png
svogl by Associate III
  • 130 Views
  • 0 replies
  • 0 kudos