User Activity

Hi allI am trying to debug an issue at work where we use the LSM6DSV accel/gyro IMU chip and I am running into a little problemThe result registers for the accelerometer and gyroscope both say that they return a 16-bit two's complement result, and I ...
I am trying to create some example code for a Nucleo G474RE board and one of the initialization steps was whether I would like to use the BSP for the Virtual COM port, user LED and user button. Note that this is what the configuration looks like Buil...
I would like to know if there is a way to NOT enable interrupts during the initialization of the EXTI. See below for snippet /* EXTI interrupt init*/ HAL_NVIC_SetPriority(EXTI0_IRQn, 0, 0); HAL_NVIC_EnableIRQ(EXTI0_IRQn);   HAL_NVIC_SetPriorit...
I am finding it difficult to source an external crystal for the Nucleo-64 board (The F103RB). The footprint for the X3 crystal calls for a lead pitch of 5.08mm however this seems to be very uncommon. Most of the crystals out there specifiy a lead pit...
The System View Description (SVD) file for the STM32F1 series does not contain a file for the STM32F105. Because the product selector lumps the 105/107 into the same view, can I assume that the STM32F107.svd file can be used for the STM32F105?Also, d...
Kudos from
Kudos given to