Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
projects:modbus [2023/08/18 14:44] – [RTU] darron | projects:modbus [2024/11/09 02:20] (current) – [STM32U575] darron | ||
---|---|---|---|
Line 13: | Line 13: | ||
</ | </ | ||
- | Here are three demos to read a value from STM32 devices | + | Here are various |
- | using `mbpoll' | + | |
===RTU=== | ===RTU=== | ||
Line 30: | Line 29: | ||
I/O and the other for debug output and was only needed during | I/O and the other for debug output and was only needed during | ||
development so can be ignored. | development so can be ignored. | ||
+ | |||
+ | Another demo for the [[boards: | ||
+ | its USB OTG port using the TinyUSB stack. | ||
==RS485== | ==RS485== | ||
Line 39: | Line 41: | ||
and demonstrates how to utilise it. | and demonstrates how to utilise it. | ||
===TCP=== | ===TCP=== | ||
- | |||
This demo uses the [[: | This demo uses the [[: | ||
Line 47: | Line 48: | ||
VREFINT is read as an input to the STM32 internal ADC. | VREFINT is read as an input to the STM32 internal ADC. | ||
+ | Another demo for the [[: | ||
+ | MAC/PHY. | ||
===Install=== | ===Install=== | ||
Line 72: | Line 75: | ||
< | < | ||
- | make -f Makefile.u575zi | + | cd NUCLEO-U575ZI-Q |
+ | make program debug | ||
</ | </ | ||
==References== | ==References== |