User Activity

Hi Everybody,I would like to completely boot kernel 5.10-dunfell (last year) from a 64MB dataflash (nor0). No mmc0 or nand0. Compiled the correct DTS with TF-A, U-Boot and kernel, I would like to use the following TSV for STM32CubeProgrammer:#Opt ...
Hi everybody,I would like to simulate a USB scanner device using libcomposite, so I modified the USB FIFO sizes in the DTS as follows:usbotg_hs{ u-boot,dm-pre-reloc; pinctrl-names = "default", "sleep"; pinctrl-0 = <&usb_otg_hs_pins_mx>; ...
Hi,I have some doubts about how I could sample from the ANA0/ANA1 pins of an STM32MP1 CPU from inside the M4 firmware via HAL. I would like to programmatically switch between these two pins.Sampling from ADC_CHANNEL_0 seems to work, so I guess it is ...
Hi everybody,I have generated an STM32 project via the STM32CubeIDE and modified the large example buffer (the firmware logic analyzer part), trying to substitute to the timer generated DMA transfer a second stream from SRAM to SRAM.In the next futu...