STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

using internal Vrefbuf : HAL Code generation issue

I try to VREFPIN in internal mode (so VREFPIN is an output).Based on IDE STM32CUBEIDE 1.3.0 and using a STM32G071 MCU.The generated code is : void HAL_MspInit(void){ __HAL_RCC_SYSCFG_CLK_ENABLE(); __HAL_RCC_PWR_CLK_ENABLE(); /* System interrupt init...

THAUS.1 by Associate
  • 1125 Views
  • 1 replies
  • 3 kudos

Resolved! STM32G431 SPI & DMA interrupt issue

On a STM32G431K8 I'm using the DMA1 to handle SPI1 data transfer (channel 1 for data receiption and channel 2 for data transmission).I'm using STM32CubeMX for code generation, resulting in following SPI1 and DMA1 initialization:/** * @brief SPI1 In...

0693W00000JOcKcQAL.jpg 0693W00000JOcLaQAL.jpg 0693W00000JOcQQQA1.jpg 0693W00000JOcLpQAL.jpg

STM32L562VET6Q stuck on interrupt enable

Hi,I'm working on una custom board with the STM32L562VET6Q, and i'm also using the STM32CubeIDE for developing and the STlinkV2 for debugging.I'm struggling because if any interrupt is enabled the program hang.I have made a simple configuration with ...

STM32L46 CAN : Data reception from remote problem

I am using STM32L46 CAN and trying to receive a chunk of data from the remote device .When its 73bytes I do not get any messages . I see the first 8 bytes in RDL0R and RDH0R. Also I see RF0R as 0 FIFO interrupt being enabled. I am using STM HAL APIs...

RDodd.1 by Associate II
  • 286 Views
  • 0 replies
  • 0 kudos

STM32L4 Bypass Oscillator

Hello,I am designing a circuit that needs a HSE and a LSE oscillator for USB and RTC respectively, and need to solder it by hand. Would a bypass oscillators in a SOT23-5 package (i.e. the SiT2024BA-S2-33E-8.000000G and the SIT1630AE-S6-DCC-32.768G) w...

Aaronium by Associate III
  • 464 Views
  • 1 replies
  • 0 kudos