User Activity

Hello everybody,I am building a regression test system and I want to control an ST-Link with a Python script/program. I need the capability to set Breakpoints and optimally extract them automatically from the hex file that gets flashed on the MCU. I ...
I am trying to get the bits of an uint8_t into an array. I use two for loops for that and don't know why I get this warning. This is the code I use:void System_Info_Get_Jumper_State(I2C_HandleTypeDef* hi2c1, uint8_t* Jumper_State_Array_Address) { ...
My CubeMX Setup: DMA:ADC:ADC NVIC:After I had done this, I generated theCode and Started the ADC and the DMA with the HAL_ADC_Start_DMA function. Thefunction Started the ADC as I wanted, but the Registers of the DMA are not setCorrectly.The DMA regis...