STM32CubeMX (MCUs)

Ask questions on STM32CubeMX. Discuss code generation and configuration challenges, among other topics.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.17.0 released

We are pleased to announce that version 6.17.0 of STM32CubeMX is available. What is new in 6.17.0: Added support for new microcontrollers across the STM32WBA, STM32H5, and STM32U3 seriesAdded support for new boards: NUCLEO-WBA25CE1, NUCLEO-H5E5ZJ, ST...

Aimen1 by ST Employee
  • 1756 Views
  • 0 replies
  • 2 kudos

UART DMA Transmit and receive not working

I'm using Atollic True Studio V 9.0 , CubeMx v5.1.0, STM32F407VG-DISC1 board and enabled DMA for UART2. My code:int main(void) { int i = 0; HAL_Init(); for(i = 0; i<10; i++) rx_arr[i] = 0; for(i = 0; i<10; i++) tx_arr[i] = i*2;   SystemCl...

Resolved! CubeMX and LwIP : DHCP packet is sent, but something is wrong

Hello,I'm trying to get DHCP working as an initial step in using LwIP. Have generated project with CubeMX and now I'm catching the problem. Using Wireshark, I can see that DHCP Discover packet is sent, but no response is received. IT seems that somet...

bully by Senior
  • 2049 Views
  • 1 replies
  • 0 kudos

Resolved! Problem: If I set RTOS task priority to value higher than osPriorityNormal causes a Hard Fault when running on STM32F47xx. Has anyone else encountered this?

I'm running CubeMX 5.1 with FW_F4 V1.24.0 and Atollic TrueStudio 9.3.0. I have eleven RTOS tasks defined in CubeMX, but only one is actually invoked with its StartTask routine. As long as the priority on the task is osPriorityNormal(0) or lower, th...

cjwilde by Associate II
  • 2561 Views
  • 3 replies
  • 0 kudos

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

STM32L4R5QII6P missing in STM32cubemx and not available to buy.

Hello,i want to design a board around STM32L4R5QII6P. It is not listed in STM32cubemx tool. Another issue is the lack of availability of this chip with any distributor. Similar controller without dedicated Vcore pins is available (part number STM32L4...

NAshr by Associate
  • 1035 Views
  • 0 replies
  • 0 kudos
Announcement

We’re moving the ST Community to a new platform to give you a better and more reliable community experience.