User Activity

I'm using the arm_rfft_fast_f32 function, I write a scatter file and place some library files in the CCM SRAM like below, and the speed is faster. RW_IRAM2 0x10000000 0x00002800 { ; CCM SRAM 10kB  .ANY (ccmram) arm_rfft_fast_f32.o (+RO) arm_cfft_f3...
Hi all,​I'm using STM32G431, the opamp1 and opamp2 are set as follows:the generated codes: hopamp1.Instance = OPAMP1; hopamp1.Init.PowerMode = OPAMP_POWERMODE_NORMAL; hopamp1.Init.Mode = OPAMP_PGA_MODE; hopamp1.Init.NonInvertingInput = OPAMP_N...
Hi all,I'm using STM32G431KBU6, I've enabled the 2 opamps in cubemx, the settings for the opamps are: mode -- standalone power mode -- high speed user trimming -- disable I have 2 resistors and 2 caps to set the gain, low-pass cutoff freq and high-pa...
Hi Community, I'm using CubeMX 5.5.0 to setup my STM32G431KBU application, with these parameters:  SYSCLK = 100MHz  APB2 peripheral clock = 100MHz  SPI1 mode = Full-Duplex Master  Clock Parameters -> Prescaler (for Baud Rate) = 2then I receive an "Pa...