http://embedded-lab.com/blog/stm32-gpio-ports-insights/
http://hertaville.com/stm32f0-gpio-tutorial-part-1.html
The libmaple libraries, on which STM32duino is based, provides access to registers by the syntax:
GPIOA->regs->REG| #!/bin/bash | |
| ffmpeg -rtsp_transport tcp \ | |
| -i rtsp://smartiptv:[email protected]/Streaming/Channels/102 \ | |
| -i rtsp://smartiptv:[email protected]/Streaming/Channels/202 \ | |
| -i rtsp://smartiptv:[email protected]/Streaming/Channels/302 \ | |
| -i rtsp://smartiptv:[email protected]/Streaming/Channels/402 \ | |
| -i rtsp://smartiptv:[email protected]/Streaming/Channels/502 \ | |
| -i rtsp://smartiptv:[email protected]/Streaming/Channels/602 \ | |
| -filter_complex " |
http://embedded-lab.com/blog/stm32-gpio-ports-insights/
http://hertaville.com/stm32f0-gpio-tutorial-part-1.html
The libmaple libraries, on which STM32duino is based, provides access to registers by the syntax:
GPIOA->regs->REG| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Quad 7 Segment Display in HTML/JavaScript</title> | |
| <style type="text/css"> | |
| div.anode { | |
| border: solid 2px red; | |
| background: red; | |
| color: white; |
| /* | |
| Basic code for using Maxim MAX7219/MAX7221 with Arduino. | |
| Wire the Arduino and the MAX7219/MAX7221 together as follows: | |
| | Arduino | MAX7219/MAX7221 | | |
| | --------- | --------------- | | |
| | MOSI (11) | DIN (1) | | |
| | SCK (13) | CLK (13) | | |
| | I/O (7)* | LOAD/CS (12) | |