Hi, thanks for Your hints. Meanwhile I managed to write bytewise and halfwordwise into FLASH of the H723 ... but strange things happen: When I write byte by byte or halfword by halfword and do a dump after each write of the written memory and a bit beyond some ghost data appears in the non written spaces. It is totally independent from clock rates, it depends on what I write to the other cells. And the ghosts disappear after writing further on some other places. The pattern is everywhere the same,...
Hi Jim, I currently try to get Mecrisp running on a small STM32H723 Board (FK723M1-ZGT6). I got it working via USART1 PA9/PA10 and with clock rates up to 550MHz. But I still struggle to get compiletoflash working. You mention sources for the 'H723, but I did not find any in the actual mecrisp version. I tried to get the code for the 'H743 working, but without success. I was able to write to FLASH interactively with some Forth words - but only grouped in 4 bytes, no byte or half word formats. So I'm...