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...

[FYI] STM32CubeMX on Raspberry Pi

FYI: To run the cube on raspberry:Download and install Oracle java 1.8.0, arm32 hard float cd /opt; tar xvf jdk-8u251-linux-arm32-vfp-hflt.tar.gzDownload and unzip STM32CubeMXunzip en.stm32cubemx_v5-6-1.zipStart installer/opt/jdk1.8.0_251/bin/java -j...

koendv by Associate II
  • 1604 Views
  • 2 replies
  • 0 kudos

Resolved! Timer not working as expected

Hi,I want to measure time between two events. The events come in as ext- interrupts. I set up a timer like this:TIM_MasterConfigTypeDef sMasterConfig = {0};   /* USER CODE BEGIN TIM6_Init 1 */   /* USER CODE END TIM6_Init 1 */ htim6.Instance = ...

SSchu.4 by Associate II
  • 1628 Views
  • 3 replies
  • 0 kudos

Orange Pin on PB3 DEBUG JTDO-SW0 on chip stm32h753bitx

Hi, I have 3 SAI ports and 2 x SD cards ( FATFS in cubeMX does't set up 2 cards )the chip is supposed to have 4 SAI ports  stm32h753bit6I get conflict errors if;I have asynchronous set on SAI1 A without error on SWD pinI have SDMMC2 in 4 bit mode wit...

benyBoy by Associate II
  • 1625 Views
  • 3 replies
  • 0 kudos

Resolved! Override default I2C GPIO settings in CubeMX?

Hi,I'd like to override the GPIO settings for the I2C GPIOs. For example, I want to disable pullups and change the drive strength. In the CubeMX GUI there's not option to do this. So far I've just modified the code that gets generated but annoyingly ...

DBurr by Senior
  • 885 Views
  • 2 replies
  • 0 kudos