User Activity

Dear allSituation 1:I use Nucleo-F413ZH with AMC1306EVM (PA8 DFSDM_CKOUT, PB1 DFSDM1_DATIN0)Result: DFSDM is working fine with DMA. In this situation I use mode PDM/SPI input from CH0 and internal clock.See code details in files with ending dfsdm_clk...
CubeProgrammer under Windows (graphical Version) is working fine. CubeProgrammer with Cmd Line brings error:Output     -------------------------------------------------------------------                     STM32CubeProgrammer v2.10.0    ------------...
HiI use STM32G431R6T6 (32k Flash) with build in Bootloader.Boootloader use address 0x0800'0000 - 0x0800'1FFFApplication us address: 0x0800'2000 - 0x0800'7FFFIn the bootloader I can select Erase sectors (System delete only sectors which are used) So t...
I use TIM1 as 3 Phase PWM for motor control. I need to adjust the dead time. But the dead time is not according the manual.My code for dead time:  TIM_BDTRInitStruct.OSSRState = LL_TIM_OSSR_ENABLE;  TIM_BDTRInitStruct.OSSIState = LL_TIM_OSSI_DISABLE;...
I use STSPIN32F0 since over 2 years. In the last assembly I have a problem with wrong AD values. So SW is in the older and in the newer hardware equal. The problem is so strange.Attached is the schematic of Keypad Input which is connected to PB1 (AD9...