Ask questions, find answers, and share insights on STM32 products and their technical features.
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...
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...
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 ...
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...
I am writing a SPI driver for STM32L476RG, which is on a Nucleo board. First use: Communicate with an EEPROM to see how SPI works, logic analyzer records the bits. The slave seems not to react. I found out the /NSS pin is never High. As far as I get ...
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...
HiI am assuming the random numbers generated by the RNG have a uniform distribution.Is this correct?Best regardsRob