User Activity

Hi there,Im currently evaluating moving from Keil uVison to VSCode. But im missing a NVIC view. Is there anything like this in VSCode?This is how it looks in uVision: https://developer.arm.com/documentation/101407/0541/Debugging/Debug-Windows-and-Dia...
Hello,Any access to the calibration memory addresses of the analogue temperature sensor or the internal reference causes a hard fault if ICACHE is enabled.Here is an example:ui16Temp = __HAL_ADC_CALC_VREFANALOG_VOLTAGE(0x0BF0, ADC_RESOLUTION_12B); MX...
Hello,I try to use the FPU exception interrupt handler in STM32H743ZIT but the FPU interrupt is not coming. I initialized the interrupt in this way:HAL_NVIC_SetPriority(FPU_IRQn, 0, 0); HAL_NVIC_EnableIRQ(FPU_IRQn);Than provoke a division by zero FPU...
The function using ADC_CALIBRATION_TIMEOUT. This timeout is defines as:/* Fixed timeout value for ADC calibration. */ /* Values defined to be higher than worst cases: low clock frequency, */ /* maximum presca...
Hello I have a custom board with a STM32H753ZIT and I’m wondering about the amplitude of the HSE crystal. It is only 300mV (see the attached Image). It seems to wok but is this normal?The crystal requires a load capacity of 20pF per datasheet, the ca...
Kudos from
Kudos given to