Search found 4 matches

by jean-luc
Sat Apr 10, 2021 12:48 pm
Forum: Libraries & Hardware
Topic: STM32F103 Ethernet library?
Replies: 7
Views: 15995

Re: STM32F103 Ethernet library?

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\Arduino...
by jean-luc
Thu Apr 08, 2021 10:41 pm
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: (solved)nucleo h743zi2 : help, serial port
Replies: 3
Views: 3661

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, ...
by jean-luc
Thu Apr 08, 2021 9:00 pm
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: (solved)nucleo h743zi2 : help, serial port
Replies: 3
Views: 3661

Re: nucleo h743zi2 : help, serial port

Very interesting answer, I will give a try.

Thanks a lot.
by jean-luc
Wed Apr 07, 2021 9:33 pm
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: (solved)nucleo h743zi2 : help, serial port
Replies: 3
Views: 3661

(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 section for H...

Go to advanced search