STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H7: DMA+UART+RTS/CTS HW Flow Control

Good evening evryone,I'm actually working on a NUCLEO-H743ZI2 evaluation board and my objective is to develop an mTLS socket via UART.I've configured the UART for working with circular DMA for data reception, and let RTS/CTS works "automatically" (en...

MattiaB by Associate
  • 1307 Views
  • 2 replies
  • 0 kudos

Resolved! FP-AUD-AEC1 on NUCLEO-F446RE

Hi, I'm trying to get the FP-AUD-AEC1 v1.2.0 acoustic echo cancellation demo application to work.I have a NUCLEO-F446RE board, an X-NUCLEO-CCA02M2 expansion board and an X-NUCLEO-CCA01M1 expansion board.I programmed the NUCLEO-F446RE board with the S...

PascalB by Associate
  • 2446 Views
  • 1 replies
  • 1 kudos

Resolved! STM32H5 MCU package download error

Hi,I cannot download the latest packeges for the H5 MCU-s. From cube IDE I got the error as the attached picture. I got error also from browser from here: https://www.st.com/en/embedded-software/stm32cubeh5.html

MGerz by Associate II
  • 902 Views
  • 2 replies
  • 0 kudos

Project feasible (DMA-I2S-SPI-SDIO)?

Hi,I was wondering if I can get some feedback on the following project, mainly if the requirements I have are feasible?I was thinking on using an STM32F4 or STM32F7. The project consist of the following parts:An external DAC that is controlled throug...

User10 by Associate II
  • 1252 Views
  • 4 replies
  • 2 kudos

Resolved! STM32L412RB

we're using STM32L412RB microcontroller and it has 2*12 bit ADC and our project requires 8 bit resolution, in this controller can we configure the resolution from 12 to 8 bits?

HTTPS client using STM32F429ZI

Hi,I am attempting to implement HTTPS on STM32 using CubeIDE, but it seems that there are no libraries available for this purpose. Is it possible to achieve this on STM32 using wolfSSL or any other alternative?This is for study purposes; therefore, i...

sonysev by Associate
  • 2332 Views
  • 4 replies
  • 1 kudos

STM32CubeMonitor-UCPD cannot connect with GUI

Hello,I am following this guide, https://wiki.st.com/stm32mcu/wiki/STM32StepByStep:Getting_started_with_USB-Power_Delivery_Dual_Role#Clear_the_pinout, and am unable to get the device to appear in the board selection window of the UCPD monitoring soft...

NMartin by Associate III
  • 1507 Views
  • 4 replies
  • 0 kudos

pragma optimize=speed high with noops

I wanted to understand the behavior of software that I see.There is a macro that has a few no-opsThere is #pragma optimize=speed high in the codeIs my understanding correct that #pragma is enforced after preprocessor expands the macros?So I think bec...

coolname by Associate
  • 766 Views
  • 1 replies
  • 0 kudos