User Activity

  Hello, I am using ADC and DAC for sensing in my device, and I am using the STM32F405RGT6. I want to perform calibration, but I cannot use   "HAL_ADCEx_Calibration_Start(&hadc1, ADC_SINGLE_ENDED);"   . I tried using this code: c Copy code     ...
 "I am using your program and made some changes, but when I use it in the function  HAL_DAC_Start_DMA(&hdac, DAC_CHANNEL_1, (uint32_t*)value, 89, DAC_ALIGN_12B_R); HAL_TIM_Base_Start(&htim4); the signal result on the oscilloscope is not continuous. ...
I want to create a flexible signal shape that can be viewed using an oscilloscope by making a program. I am using an array to form the signal, such as {2048, 4026, 2048, 0}, where 2048 represents the flat line I want to adjust, 4026 represents the pe...
Hello everyone I would like to ask about a warning on my STM32 hardware. I'm using an STM32F405 board that I designed myself. I use NUCLEOf334 as the debugger (ST_LINK). I make sure that I have removed all the jumpers on the nucleo so as not to inter...
i am using nucleo-f334r8 and when i connect to the laptop the MCU is hot but the voltage on the VDD does not exceed 3.36V. I want to use another MCU therefore I want to use the DEBUGGER (top part) also what should I unplug (jamper) or should I connec...
Kudos given to