User Activity

Hi,I am generating code using STM32CubeIDE 1.16.1Example SelectorBoard Name - NUCLEO-U083RCADC_MultiChannelSingleConversionThe code compiles and runs.Any change then made to the IOC file appears to delete at 34 files one file is still needed - stm32u...
Hi, I have a program running on a STM32U083RCT that is raising a HardFault when running at full speed, but when stepping through the code using a debugger the code appears to run correctly. I have a transceiver device connected to to USART2. I have a...
I'm running a GPS application based on @Tesla DeLorean application that he kindly shared here:https://github.com/cturvey/RandomNinjaChef/blob/main/f746g_disco_gps.c I'm now encountering a HardFault When I step into the function to load the register v...
Hi, I'm unable to use the STM32Cube FW_U0 V1.1.0.  I have downloaded the package in Cube MX - Version 6.11.1 however when trying to create a project using the "Start My project from Example - ACCESS TO EXAMPLE PROJECT SELECTOR" i get the following di...
I am using a Nucleo-u083rc to run the ADC_MultiChannelSingleConversion Application from STM32Cube MCU Package for STM32U0 series `However, when using the helper function the value returned is completely wrong: uhADCxConvertedData[1] = 1503. Which is ...