Search found 7 matches

by jrprogrammer
Sat Jul 06, 2019 12:01 pm
Forum: Other Boards
Topic: STM32MP157C-DK2
Replies: 0
Views: 2010

STM32MP157C-DK2

Has anyone played with this board yet? I bought one, thinking Linux/Python was the native language, but quickly found you build up the application on another platform. I have yet to successfully load the windows version programming software and a friend has unsuccessfully tried to load the Linux ver...
by jrprogrammer
Sat May 18, 2019 3:58 pm
Forum: Development of MicroPython
Topic: F7disco BSP for LCD causes bus error.
Replies: 7
Views: 7243

Re: F7disco BSP for LCD causes bus error.

I'm having an issue finding "lcdF7D"... When you say "import lcdF7D"... searching high and low, I can't find it. Can you tell me where it is hiding?
Thanks
Jim
by jrprogrammer
Sun Apr 21, 2019 6:47 pm
Forum: Other Boards
Topic: STM32 F7 Discovery
Replies: 20
Views: 110307

Re: STM32 F7 Discovery

Thanks for the link!
I also found "Boot0"(with a little help)... If you look around U5, you'll see a missing resistor R42(0201 size). All you do is apply a solder bridge and suddenly can erase at will. When you're done, just remove your solder bridge...
Your mileage may vary,
JR
by jrprogrammer
Sat Apr 20, 2019 1:39 pm
Forum: Other Boards
Topic: STM32 F7 Discovery
Replies: 20
Views: 110307

STM32 F7 Discovery

Yes, they have micropython for this board but it seems the nice LCD isn't supported. Has anyone gotten the LCD incorporated into their code. I have the STM32 F746 Discovery board.
Thanks,
Jim
by jrprogrammer
Sat Feb 23, 2019 5:30 pm
Forum: Other Boards
Topic: loading STM32F407G-Disc1 issues
Replies: 4
Views: 3897

Re: loading STM32F407G-Disc1 issues

It worked! Thanks to my friend Fred... I got things to work even easier. Here are the steps I used: 1.Download the Segger STLink to Jlink Reflash utility -> https://www.segger.com/downloads/jlink#STLink_Reflash 2.Hook up your DISC board as normal and run the Rflash utility, which will load J-Link wh...
by jrprogrammer
Wed Feb 20, 2019 3:22 am
Forum: Other Boards
Topic: loading STM32F407G-Disc1 issues
Replies: 4
Views: 3897

Re: loading STM32F407G-Disc1 issues

I had to use a jumper from PA9 to 5V also... The lights(LEDs) are on, but nobody is home!!!
Thanks,
Jim
by jrprogrammer
Wed Feb 20, 2019 2:50 am
Forum: Other Boards
Topic: loading STM32F407G-Disc1 issues
Replies: 4
Views: 3897

loading STM32F407G-Disc1 issues

OK, I had an older STM32F4-Discovery board I had loaded micropython without any issues. So today I got a new board (STM32F407G-DISC1) from Mouser. After many attempts to load micropython, the micro USB port is still "dead". (Yes, I converted DFU to HEX using DFuSeDemo) I've been using my trusty Wind...