I am testing a stm32h743zi2 and wanted to go for an ethernet (ver 1.2) test with the onboard interface.
Tried the basic exemple telnet available with the library and of course it does not work.
I can getting a lot of compilation error.
why ?
Help please, tahnk you
C:\Users\jld t430\Documents ...
Search found 4 matches
- Sat Apr 10, 2021 12:48 pm
- Forum: Libraries & Hardware
- Topic: STM32F103 Ethernet library?
- Replies: 7
- Views: 26508
- Thu Apr 08, 2021 10:41 pm
- Forum: STM boards (Discovery, Eval, Nucleo, ...)
- Topic: (solved)nucleo h743zi2 : help, serial port
- Replies: 3
- Views: 5274
Solved: nucleo h743zi2 : help, serial port
Good news, at the end I found the solution with this simple code :
Wondering why correct generic "PeripheralPins.c" is not provided ??????
At least, I learned something today but I could have avoid to spend hours searching for a solution !!! :evil:
const PinMap PinMap_UART_TX[] = {
{PB_6 ...
Wondering why correct generic "PeripheralPins.c" is not provided ??????
At least, I learned something today but I could have avoid to spend hours searching for a solution !!! :evil:
const PinMap PinMap_UART_TX[] = {
{PB_6 ...
- Thu Apr 08, 2021 9:00 pm
- Forum: STM boards (Discovery, Eval, Nucleo, ...)
- Topic: (solved)nucleo h743zi2 : help, serial port
- Replies: 3
- Views: 5274
Re: nucleo h743zi2 : help, serial port
Very interesting answer, I will give a try.
Thanks a lot.
Thanks a lot.
- Wed Apr 07, 2021 9:33 pm
- Forum: STM boards (Discovery, Eval, Nucleo, ...)
- Topic: (solved)nucleo h743zi2 : help, serial port
- Replies: 3
- Views: 5274
(solved)nucleo h743zi2 : help, serial port
Hello everybody,
I am trying to wirte a projet which use the serial1 of the nucleo h743zi2.
I am able to send data but no sucess to receive.
for this serial1, the variant.h gives the following
PB_7, //D0 - USART_A_RX
PB_6, //D1 - USART_A_TX
but when I look at the PeripheralPin.C in the ...
I am trying to wirte a projet which use the serial1 of the nucleo h743zi2.
I am able to send data but no sucess to receive.
for this serial1, the variant.h gives the following
PB_7, //D0 - USART_A_RX
PB_6, //D1 - USART_A_TX
but when I look at the PeripheralPin.C in the ...