Im using WeAct board stm32h7xx(black). Bootloader works fine(at least uart, as a added debug output to uart) but nothing with early_printk enabled and uart node okay in dts. Looks like kernel is hangs up momentary after trying to start or stm cannot start core. Reading from flash works fine, contents writed normally too
Any ideas how to fix?
Also changed pins in bootloader to match my connection to qspi flash:
/**
* PB2: CLK
* PB6: CS
* D11: DI(IO0)
* D12: DO(IO1)
* E2: WP(IO2)
* D13: HOLD/RESET(IO3)
*/
Im using WeAct board stm32h7xx(black). Bootloader works fine(at least uart, as a added debug output to uart) but nothing with early_printk enabled and uart node okay in dts. Looks like kernel is hangs up momentary after trying to start or stm cannot start core. Reading from flash works fine, contents writed normally too
Any ideas how to fix?
Also changed pins in bootloader to match my connection to qspi flash:
/**
* PB2: CLK
* PB6: CS
* D11: DI(IO0)
* D12: DO(IO1)
* E2: WP(IO2)
* D13: HOLD/RESET(IO3)
*/