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

NUCLEO-H7A3ZI-Q SPI_B LOW_LEVEL_DRIVER example

Hi,I'm trying to get SPI_B on the NUCLEO-H7A3ZI-Q to work with low level drivers. But I have no output:This is my code:   LL_AHB4_GRP1_EnableClock(LL_AHB4_GRP1_PERIPH_GPIOA);   LL_AHB4_GRP1_EnableClock(LL_AHB4_GRP1_PERIPH_GPIOB);    /* SPI1 /CS */   ...

Evan .1 by Associate II
  • 484 Views
  • 0 replies
  • 0 kudos

STM32F401RE + CCA02M1 : beamforming demo

Hello, I am trying to use the STM32F401RE + CCA02M1 boards based on the software Acoustic_BF provided by the package X-CUBE-MEMSMIC1 : https://www.st.com/en/embedded-software/x-cube-memsmic1.htmlIn this software the audio is sent to the PC by USB.  W...

0693W000001pR6WQAU.jpg
AKuhn.9 by Associate
  • 566 Views
  • 0 replies
  • 0 kudos

Hw to use lwip + mqtt api with mbedtls?

Hi there. i made stm32 + rtos + lwip/mqtt solution and it works well. Now i want to use it with embed tls secure connection. I did not find any exemples. lwip mqtt api support tls comunication. But there are no such example like just simple mqtt clie...

RGais.1 by Associate
  • 1455 Views
  • 1 replies
  • 0 kudos

I am not able to get keyboard data on my USB Host(stm32f407- Discovery). void *USB_ReadPacket(USB_OTG_GlobalTypeDef *USBx, uint8_t *dest, uint16_t len) How this function is working?

I am not able to get keyboard data on my USB Host(stm32f407- Discovery).> How this function is working in HAL Library?void *USB_ReadPacket(USB_OTG_GlobalTypeDef *USBx, uint8_t *dest, uint16_t len);When Ever I hit any key on my keyboard. My control go...

External IP connection failure

I am working on STM32F407, with Ethernet chip DP83848 PHY, None Os, LwIPI tested the source below with an example.STM32Cube_FW_F4_V1.24.0\Projects\STM324x9I_EVAL\Applications\LwIP\LwIP_TCP_Echo_ClientInternal IP connection is good. Ex) IP : 192.168.0...

Jlim.2 by Associate
  • 453 Views
  • 0 replies
  • 0 kudos

I would like to run X-CUBE-AZURE Cloud Connectivity Demonstration with P-L496G-CELL02. I entered network configuration setings for external SIM card. After that program doesn't continue , so I can't configure connection to Azure IoT hub.

 Starting Main Thread...****************************************************************  STM32 IoT Discovery kit for***   STM32F413/STM32F769/STM32L475/STM32L496 MCU***  X-CUBE-AZURE Cloud Connectivity Demonstration***  FW version: 1.2.1 - 07-Novemb...

MZotl.1 by Associate
  • 915 Views
  • 3 replies
  • 0 kudos

FatFS and STM32L4+ internal flash

Hi There,I am starting to work with an STM32L4R5ZI chip which is embedded on STM32 Nucleo-144 L4R4ZI.I am using the internal flash 2 M-Bytes in dual bank mode and I would like to enable the FatFs to use the internal flash to store configuration files...

zous by Associate II
  • 3021 Views
  • 8 replies
  • 0 kudos