Re: STM32H7 startup test in RTEMS 4-11.3

2020-09-16 Thread Sebastian Huber
Hello Catalin, I added a BSP for the STM32H7 earlier this year: https://git.rtems.org/sebh/rtems.git/log/?h=stm32h7 It is not yet included in the RTEMS Project since it used the new build system. ___ users mailing list users@rtems.org http://lists.

STM32H7 startup test in RTEMS 4-11.3

2020-09-16 Thread Catalin Demergian
Hi, I'm trying to add some start-up tests in the RTEMS 4-11.3 code base for a STM32H7 MCU. One of them is a RAM test. After this test, all the contents of 128K RAM (0x2000..0x2001) will be only zeros. What I do now is I perform a reset after the RAM test, but what I want to do is to restor