Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
projects:modbus [2023/09/05 10:57] – [TCP] 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 46: | 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 [[:boards:h563|Nucleo H563ZI]] utilises its built-in | + | Another demo for the [[:boards:h563zi|Nucleo H563ZI]] utilises its built-in |
MAC/PHY. | MAC/PHY. | ||
Line 73: | Line 75: | ||
< | < | ||
- | make -f Makefile.u575zi | + | cd NUCLEO-U575ZI-Q |
+ | make program debug | ||
</ | </ | ||
==References== | ==References== |