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...
Hello @Community member my bad, of course. My answer was focused about changing U-Boot, not STM32CubeProgrammer.Sorry I wasn't clear.Have a nice day,Antonio
Hello @Kevin HUBER I think that in U-Boot the erase cycle should be developed to be similar to the flash phase, so STM32CubeProgrammer can be attached at the output (the '#' ticks or whatever).Probably the programmer fails because there is no output...
Hello again,I managed to solve the problem above by myself. So I am writing here the short "how I did it" in case it may be useful for somebody else. Maybe there is a smarter way, but I did not find it and it should be transformed into some patches ...
Thank you Olivier.I solved the problem fixing some of the code, which was otherwise structurally correct.It was fine tuned as follows:The first IN endpoint was downsized to 64 bytes.I write 128kB towards FunctionFS file for the second IN endpoint.I r...