Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
hamradio:mmdvm:pog [2019/08/14 02:31] – [In-system re-flash] philpemhamradio:mmdvm:pog [2019/10/20 20:21] (current) – [In-system re-flash] philpem
Line 1: Line 1:
 ====== MMDVM POG board mods and notes ====== ====== MMDVM POG board mods and notes ======
  
-The [[https://github.com/wojciechk8/MMDVM_pog/|MMDVM POG]] board is a widely-available Raspberry Pi HAT. It uses an STM32F105R8T6 microcontroller with a simple analogue front-end to connect a Raspberry Pi to a radio transceiver.+The [[https://github.com/wojciechk8/MMDVM_pog/|MMDVM POG]] board is a widely-available Raspberry Pi HAT. It uses an STM32F105RBT6 microcontroller with a simple analogue front-end to connect a Raspberry Pi to a radio transceiver.
  
 +**Warning** -- some MMDVM POG boards (especially the Chinese clones) are built in a Raspberry Pi HAT form-factor and have the 3.3V LDO regulator fitted. **The regulator must not be fitted if the board is being used as a HAT!**. Leaving the POG's LDO fitted may damage or destroy the power management IC on your Pi (this is especially common on the Pi 3)!  Remove the LDO regulator before using the HAT.
  
 ===== In-system re-flash ===== ===== In-system re-flash =====
Line 46: Line 47:
 # #
 # default baud rate is 57600 # default baud rate is 57600
 +</code>
 +
 +The output should be similar to:
 +<code>
 +stm32flash 0.5
 +
 +http://stm32flash.sourceforge.net/
 +
 +Using Parser : Intel HEX
 +Interface serial_posix: 57600 8E1
 +Version      : 0x22
 +Option 1     : 0x00
 +Option 2     : 0x00
 +Device ID    : 0x0418 (STM32F105xx/F107xx)
 +- RAM        : 64KiB  (4096b reserved by bootloader)
 +- Flash      : 256KiB (size first sector: 2x2048)
 +- Option RAM : 16b
 +- System RAM : 18KiB
 +Write to memory
 +Erasing memory
 +Wrote and verified address 0x0800d07c (100.00%) Done.
 +
 +Starting execution at address 0x08000000... done.
 +
 </code> </code>
Find me on Mastodon
  • Last modified: 2019/08/14 02:31
  • by philpem