STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.14.0 released

We are pleased to announce that the release 6.14.0 of STM32CubeMX is available. What is new in 6.14.0: Added the support for the STM32WBA6xxx microcontrollers and:Added the support for USBX multi-instanceAdded the support for the memory management to...

CAN receiving HAL_CAN_ERROR_PARAM error????????

I have trying for two weeks but cant solve an error can you help me about the receive error.It is in stm32f4xx_hal_can.c at line 1136. The conditions given below;if ((hcan->State == HAL_CAN_STATE_READY) ||   (hcan->State == HAL_CAN_STATE_LISTEN...

gkema by Associate II
  • 606 Views
  • 1 replies
  • 0 kudos

How to stop properly Timer PWM generation (CH + CHN) ?

Hello!I work on 10KHz dual PWM (CH, CHN) generation with dead time implemented.In error handle I want to stop the timer, and now I do it like this:if(HAL_TIM_PWM_Stop(&htim8, TIM_CHANNEL_2) != HAL_OK) { //Error_Handler(); } //Stop channel xN if...

0690X00000BuYvHQAV.jpg 0690X00000BuYuxQAF.jpg 0690X00000BuYvbQAF.jpg 0690X00000BuYvWQAV.jpg
SFeje by Associate II
  • 5672 Views
  • 4 replies
  • 0 kudos

Hard fault occur during first byte receive

I am trying to receive 16bit data(at once) through SPI and transmit 8 bit data through USART.clock frequency 16MHz. All initialization done using STM32CubeMX. and build was successful .but after writing following codes , control enters in Hard Fault ...

barmy by Associate II
  • 839 Views
  • 4 replies
  • 0 kudos

STM32 and Atollic: C++ possible?

Hello,We are currently evaluating a replacement solution for our current microcontroller. STM32 is currently one of the favorite contestants.The current software is written in C++ and uses alot of code that is pure C++, so no relation to the actual h...

JOF by Associate II
  • 900 Views
  • 4 replies
  • 0 kudos