User Activity

Looking at the code, i see file sf_probe.c with .id      = UCLASS_SPI_FLASH, that performs the id reading. How can i use stm32_spi.c with .id         = UCLASS_SPI, driver instead? and send "raw" spi data?
I noticed that after I flash the ST starter package root filesystem, at first boot there is a check on bad blocks and a resize of the partitions, while when I flash the exported root filesystem, there is no checks and some partitions are not resized ...
In this way, error never occurs leading to wrong baudrates. if (pclk != 0U) { /* USARTDIV must be greater than or equal to 0d16 */ usartdiv = (uint16_t)(UART_DIV_SAMPLING16(pclk, huart->Init.BaudRate, huart->Init.ClockPrescaler)); ...
My device tree is the following:&sdmmc1 { pinctrl-names = "default", "opendrain", "sleep"; pinctrl-0 = <&sdmmc1_b4_pins_a>; pinctrl-1 = <&sdmmc1_b4_od_pins_a>; pinctrl-2 = <&sdmmc1_b4_sleep_pins_a>; cd-gpios = <&gpiog 1 (GPIO_ACTIVE_LOW | GPIO_P...
Hello, my main seriale console should be USART2 instead of UART4. I modified the kernel dts as follows: chosen { stdout-path = "serial0:115200n8"; };   aliases { ethernet0 = &ethernet0; mmc0 = &sdmmc1; mmc1 = &sdmmc2; serial0 = &usart2; ...
Kudos from