Jack

Results 27 comments of Jack

Yeh, I will take a look at that, thank you for the direction!

I have not yet gone through all the data sheets to verify that the 0x400 offset mentioned in the issue.

I should be able to check it in about a day with an actual microcontroller and digital analyzer for one of the variants. Thanks for the info! I will double...

Are there any thoughts about having the pins include the fmt trait? I left it out from the stm32f4 port because of a error formatting the pin mode. We could...

@mlamoore I didn't realize that those 4 reference manuals that you checked covered all currently created microcontrollers of the stmh7 family, I just thought it just was the supported ones...

I have a testing program I used, where pretty much all the pins are individually written high then low in a loop and then by connecting them to pin A0...

Yeah, leaving out the mode would probably be easiest for now. I was planning on formatting it with the port as the ASCII representation of the port. so A0 would...

I finally got around to adding the example, let me know what you guys think!

> Thanks, looking good! > > * It might be a bad idea to run the example on a development board, because the development board hardware drives many of the...

Yeh i could probably redo it, but what would you imagine the output looks like at that point?