STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.17.0 released

We are pleased to announce to you that the release 1.17.0 of STM32CubeIDE is available. What is new in 1.17.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX: Added the support for the STM32N6 seriesAdded the support for ...

AES CBC encryption

I have implemented AES encryption for MQTT messages. In this endeavor, I've updated the code to incorporate AES encryption for MQTT messages using the CMOX library. The "cmox_cipher_encrypt" function is now employed to encrypt MQTT messages using AES...

Whiz by Associate
  • 691 Views
  • 1 replies
  • 0 kudos

STM32F303ZE ADC data display on PC

I want to use my STM32F303ZE board as a high speed data taker from outside ADC pins, and display these (large amount of) data on my computer. I am now using an SD card to store the data on my board. How can I display the taken data from the ADC pins?

elif79 by Associate
  • 522 Views
  • 1 replies
  • 0 kudos

Resolved! STM32CUBEIDE Interrupt Vector Table does not correctly

Hi I am trying to implement my own drivers in order to learn C++ for embedded. I am working with a STM32F407G (discovery board). I was trying to implement a Handler for SysTick but for some reason when I look into the vector table in memory, SysTick ...

erenimo by Associate
  • 859 Views
  • 2 replies
  • 1 kudos

Resolved! Headless build fail on linux STM32CubeIDE v1.13.1

OS: Ubuntu 20.04.6 LTSSTM32CubeIDE version 1.13.0 or 1.13.1My project builds fine in the IDE and with headless builds on version 1.12.1. With version 1.13.X builds within the IDE work fine, but attempting a headless build from command line fails near...

Marshall by Associate
  • 1699 Views
  • 3 replies
  • 3 kudos

Not receiving data from STM 32 Nucleo

In this code, when I use the temp command, I always get output as "No response received." That means my python CLI is not receiving any data from the STM 32 board. But when I run the same command on the screen terminal on my mac, I get the data. What...

Xx11 by Associate
  • 540 Views
  • 0 replies
  • 0 kudos

Feasibility of a project on nucleo stm32h7 platform

The objective is to visualize the response of a device to a series of pulses of different durations.The number of pulses, their duration and their frequency are given as an indication and can be adapted.I want to acquire several identical pulses to i...

Alban48 by Associate II
  • 1375 Views
  • 6 replies
  • 0 kudos