STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Not getting all ADC end of conversion interrupts

I'm using the STM32L475 processor with STM32CubeMX 6.11.1.I have configured ADC1 to read two channels, an external input and the internal temperature - see configuration image in CubeMX. The code to drive the adc reading is simple:int16_t Channel;voi...

IRRemote on STM32L4RI-DISCO

Hi, I'm new to STM32. I have an STM32L4RI-DISCO board and would like to add an IR receiver and decode RC5 signals. According to AN4834, IRTIM can be used on STM32L4. I have downloaded en.x-cube-irremote.zip.Firstly it is not recognized by Cube MX.Sec...

Lanceh by Associate II
  • 248 Views
  • 3 replies
  • 0 kudos

ThreadX systick code generation

For my project I'm using an STM32L476 MCU with CubeIDE 1.15.1 and CubeMX 6.11.1In this project I'm using ThreadX / Azure RTOS.For a new feature I doubled the speed of the MSI, which doubles the system clock, but the HCLK stays the same (by changing t...

EmbDev by Senior
  • 377 Views
  • 4 replies
  • 1 kudos

Resolved! STM32L432KC VREFBUF

Why isn't VREFBUF enable available in CubeMX for the STM32L432 series? I believe the reference manual says this series has control over the VREFBUF. It also seems there's no struct for VREFBUF control in the stm32l432xx.h file.

PCarn.1 by Associate III
  • 235 Views
  • 1 replies
  • 0 kudos

I2C Custom Timing

Hi,Can anyone point me in the direction of some more information about the custom timing under the I2C parameter settings?Are we modifying a specific register? or something else? Do each of the 8 bits do something different?  

MEde1_0-1712248649852.png
MEde.1 by Associate III
  • 1470 Views
  • 15 replies
  • 5 kudos

Resolved! Why assert_failed in HAL_InitTick()?

After spending some time debugging my project, I was able to narrow my problem down to this and reproduce it as follows:File, New, STM32 ProjectSelect NUCLEO-L412KBIn Pinout & Configuration, SYS, choose Timebase Source TIM16In Project Manager, Code G...

CKugl.1 by Senior II
  • 3009 Views
  • 13 replies
  • 2 kudos

STM32CubeMX always enables UART5 interrupt

Hi All! Using STM32CubeMx 6.11.1, and the STM 32L475 processor, I have successfully configured UART 5 to use DMA with interrupts on TX and just interrupts (no DMA) on receive. But whatever I do, STM32Cube seems to generate these lines: /* UART5 inter...

Vandermyer_0-1716368071597.png

LevelX Setup for MX25R6435 on B-L4S5I-IOT01A

Attempting to create a project to access the onboard QuadSPI NOR flash (MX25R6435) on the SM32L4S5 Discovery kit. In STM32CubeMX, select the MX25R6435 under QuadSPI HAL says there is no QuadSPI HAL flash driver available, even though the stm32l4xx_ha...

SLimi.1 by Associate III
  • 508 Views
  • 1 replies
  • 0 kudos

My own Visual "Configurator"

Hi guys!Still live and kicking, thanks God! My fist public version was/is vscode_nucelo_l152re (totally uninspired, I am bad with naming things) that is a visual configuration tool for the Nucleo_L152RE board and generates code that uses the old SPL ...