User Activity

I need to measure a signal that arrives on the board through a 100K resistor. I am trying to avoid having to add an operational amplifier to buffer it before the ADC input. I could use a bit of help understanding what the data sheet says about the ...
In studying "stm32f0xx_hal_tim.c" I came across this: case HAL_TIM_PERIOD_ELAPSED_CB_ID : htim->PeriodElapsedCallback = HAL_TIM_PeriodElapsedCallback; /* Legacy weak Period Elapsed Callback */ break; It sa...
All I want to do is make a change to the code and then compile and run on the target without the debugger, ideally with a simple keyboard shortcut.Simple example using the ST NUCLEO-F030R8 board and a Keil project auto-generated using ST's STM32CubeM...
I have an application that requires a low BOM cost, hence my selection of the STM32F030C8Tx.My requirements are as follows:2 UARTs operating at a maximum rate of 1152001 UART operating at a rate between 9600 and 1152008 PWM outputs, 8 bits is fine, a...