STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Issue with Linker Script in STM32CubeMX 6.12.1

Important Notice for STM32CubeMX Users Current Release: STM32CubeMX 6.12.1 Purpose: This release primarily addresses issues related to STM32MPUs. Problem: Issues introduced with the generated code for Makefile and CMake projects. Recommendation: For ...

SemerCHERNI_15-1729258098740.png SemerCHERNI_16-1729258098742.png SemerCHERNI_17-1729258098750.png SemerCHERNI_18-1729258098751.png

STM32CubeMX 6.12.1 released (updated)

Hello community, We are pleased to announce you that the minor release STM32CubeMX V6.12.1 is now available for download on st.com. Main issues fixed in this minor release: ADC init code error. When ADC is configured in multimode, an issue with the ...

STM32CubeMX 6.12.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.12.0 is available. What is new in STM32CubeMX V6.12.0?New MCUs/MPUs series : STM32WB0 ,STM32MP25XX and STM32C071XXAdd support new CPNs STM32G4: Add support STM32G4 'Z’ and STM...

Does STM32F373 work in CAN Slave mode?

I am trying to implement CAN between two STM32F373, with one as master and another as slave. The problem I am facing is that it cannot be configured in slave mode. I am using Cube MX to create the initial configuration.When I configure in slave mode ...

0690X000006C42WQAS.jpg 0690X000006C42MQAS.jpg

Resolved! TIM3 as Timebase Source on STM32F302RB

I recently switched an older project to CubeMX 5.1.0 and the F3 firmware package V1.10.0. We used freeRTOS and tim3 as the timebase source as tim1 and tim2 are already in use. The program does not pass the initial timebase configuration any more and ...

Blacbird by Associate II
  • 724 Views
  • 4 replies
  • 0 kudos

Attempting to read/write to SD card via SDIO on STM32F

I'm trying to read and write to a microSD card using this reader from sparkfun https://www.sparkfun.com/products/12941 and a nucleo board with a STM32F429ZIT6U MCU via SDIO interface. I created the project through CubeMX V 4.21 (I used the most curre...

0690X000008AvtzQAC.png
RRayb by Associate II
  • 1133 Views
  • 5 replies
  • 0 kudos

Questions about 9-bit RS485 Multiprocessor Mode and HAL.

I am working on a project which is an upgrade of an existing project. The existing project was done with an Atmel processor, the current upgrade is based on an STM32F767. The project involves, among other things, multiple serial busses communicatin...

SBurc by Associate II
  • 868 Views
  • 7 replies
  • 0 kudos

Is there any way to change "Vector Table base offset" and making it fixed rather than let Cube change it every time the code is regenerated?

Hello,I'm working with a bootloader so I need to change the Vector Table base offset to 0x00002000. This is done in system_stm32f1xx.c file:#define VECT_TAB_OFFSET 0x00002000U /*!< Vector Table base offset field. This value must be a multiple of 0x2...

CubeMX 5.1.0 Code Generation Warnings

Hi. I am using CubeMX code generation for the STM32F767VITx. I recently updated to CubeMX 5.1.0. Since updating, every time I choose to generate code, I get the following warning:" - These IPs still have some not configured or wrong parameter values:...