User Activity

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...
Regarding the Cube IDE, when generating an empty project, is there any reason why the CMSIS header files are not included / added to the project directory?As for the purists out there who might be thinking that empty means empty  there are five file...
If I create an empty project instead of a Cube project, the options to manage the embedded software packages are grayed out and I therefore cannot install any SDK for the MCU.My only workaround is to create a dummy Cube project so I can download the ...
Kudos from