justinbalexander

Results 14 comments of justinbalexander
trafficstars

Hey Mark, 1. My very young son named it. It doesn't have any significance beyond that. 2. The usb connection is only for power and to charge a LiPo. 3....

Hey Mark, The part number for the LCD is on the silkscreen on the board. It's the LQ035NC111. The ribbon cable connector for the LCD's part number is printed just...

Hey Mark, That is functionality that can be used, but that kind of serial printing diagnostics just isn't part of my normal workflow. I start my debug session with shell...

Take a look at #4 which I think is the same as this proposal except that the structs aren't extern. For accessing memory locations, that is how I am doing...

@rbino Very cool that you got that to work. I am actually not as much of a fan of that API, personally but I'm glad it is working for you....

Hey Mark, the missing quotes is obviously wrong and will be a quick fix so I'll look at that today. The %s thing must be a missing syntax that is...

Hey Mark, the missing quotes is obviously wrong and will be a quick fix so I'll look at that today. The %s thing must be a missing syntax that is...

I think it might be more efficient to write a python script that takes advantage of the posborne svd file parser. I haven't confirmed how correct it is, but it...

My burnedhead project is using an STM32F767ZG so there are a lot of documents on the STM website. There's a reference manual, programming manual (for the CPU), etc. I'm also...

I wasn't planning on defining them all at this point. It seems to me like the main use for CMSIS is the functions. I'm not planning on doing an exact...