STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.1 released

STM32CubeIDE 1.16.1 was released on st.com as well as an in-tool update patch aligned with STM32CubeMX v6.12.1 that is available for download. Main issues fixed in this minor release: Fixed issue when install OpenSTLinux MP2 plugin from OpenSTLinux r...

STM32CubeIDE 1.16.0 released

STM32CubeIDE 1.16.0 was released today on st.com as well as an in-tool update patch. What is new in 1.16.0?Microcontroller and board lists aligned with STM32CubeMX v6.12.0 : STM32C0, STM32WB0 and STM32MP25XXAdded CMake support for multicontext projec...

STM32H7A3RIT6 Voltage reference buffer (VREFBUF)

STM32H7A3RIT6 Voltage reference buffer (VREFBUF) I’m using        HAL_SYSCFG_EnableVREFBUF();  HAL_SYSCFG_VREFBUF_VoltageScalingConfig(SYSCFG_VREFBUF_VOLTAGE_SCALE0);To select internal vref 2/5 voltBut it seems that the ADC takes the voltage of 3.3 w...

hroze.1 by Associate II
  • 1321 Views
  • 6 replies
  • 0 kudos

STM32 not working on custum pcb

Hi,I created a custum PCB based on STM32L431RCT6,The debugger find the MCU and my code transmitted to my stm32 successfully,even variables are shown in debugger live section.But .. stm32 could not do some simple work suck as "blinking a led"using deb...

liliane by Associate II
  • 2106 Views
  • 10 replies
  • 2 kudos

STM32 GPIO state High After Earsing Microcontroller

Hello everyone,I am using Stm32 controller for motor control and heating control. Universal motor is connected to TRIAC and TRIAC connected to MOC2023. LED of opto coupler is control by GPIO. Now problem is after erasing code from Flash memory , GPIO...

keyur1 by Associate II
  • 651 Views
  • 3 replies
  • 2 kudos

Un readable text in SWV windows

See the image below:As you can see - the cells that has some higher percentage are almost unreadable. It seems to be using the same colors for the 'normal' eclipse debugging table-like features such as Variables, Live Expressions, Expressions, etc.I ...

hnCeM.png
DBERG.1 by Associate II
  • 447 Views
  • 1 replies
  • 0 kudos

3 ADCs simultaneous conversion STM32L476RG

I want to use 3 ADCs simultaneously. I am using ADC1 and ADC2 simultaneously and it is working fine. How should I integrate the third ADC so that it can simultaneously sample?Or another way would be to use the another channel of ADC1 or ADC2 but I wa...

AKhot.1 by Senior
  • 371 Views
  • 0 replies
  • 0 kudos

Resolved! TIM16 never calls interrupt handler in STM32WLE4

HiI've configured automatically from IOC timer TIM16 as it is more basic timer and I need basic funcionality: do some action on timer interrupt, I use HAL driver, but handler is never called.initialisation is simple:void MX_TIM16_Init(void){/* USER C...

Data with stm32 dma SPI does not flush?

 I'm using HAL with stm32 (H735) and I use SPI5 and SPI4. Both are set up for DMA transfers. The SPI5 works fine and returns data from peripheral to ram. The data out is static, so all good. SPI 4 has changing data out but its not changing. Seems it ...

ulao by Associate III
  • 540 Views
  • 1 replies
  • 0 kudos

STM32H745 run two tasks simultaneously

I want to run two tasks simultaneously using STM32H745 Nucelo Board. Since it has two cores I think it should be possible. But how should I implement it? Do I need to use FreeRTOS? Is there any documentation/video which I can use to setup two cores t...

AKhot.1 by Senior
  • 442 Views
  • 1 replies
  • 0 kudos