Re: [PATCH] arm/stm32h7: Add support for STM32H750B-DK

2023-07-12 Thread Kinsey Moore
On 7/11/2023 4:58 PM, Karel Gardas wrote: On 7/11/23 23:26, Kinsey Moore wrote: I'm not sure that anything I've done for testing would have verified that the SDRAM is operating properly. I'll have to pull it back out and give it a shot. If you write just few char or integer into the beginning

Re: [PATCH] arm/stm32h7: Add support for STM32H750B-DK

2023-07-11 Thread Kinsey Moore
On Tue, Jul 11, 2023 at 4:04 PM Karel Gardas wrote: > On 7/11/23 15:50, Kinsey Moore wrote: > > This adds support for the STM32H750B-DK discovery kit. This kit includes > > a built-in STLINKv3 debugger which provides a USB serial bridge for > > USART3. USART1 is routed to the Arduino header and U

Re: [PATCH] arm/stm32h7: Add support for STM32H750B-DK

2023-07-11 Thread Karel Gardas
On 7/11/23 15:50, Kinsey Moore wrote: This adds support for the STM32H750B-DK discovery kit. This kit includes a built-in STLINKv3 debugger which provides a USB serial bridge for USART3. USART1 is routed to the Arduino header and USART2 is routed to the STMOD connector. This BSP reuses what would