Search found 4 matches
- Fri Nov 06, 2020 2:09 pm
- Forum: STM boards (Discovery, Eval, Nucleo, ...)
- Topic: STM32F4 serial.Available()?
- Replies: 7
- Views: 10248
Re: STM32F4 serial.Available()?
This that you propose is what the function does in the Arduino library, the topic is how to translate this for handling with HAL libraries
- Thu Nov 05, 2020 3:12 pm
- Forum: STM boards (Discovery, Eval, Nucleo, ...)
- Topic: STM32F4 serial.Available()?
- Replies: 7
- Views: 10248
Re: STM32F4 serial.Available()?
I am working with CUBE IDE and HAL libraries
What I need is an example or idea to emulate the serial.Available () function that is used in the Arduino IDE
What I need is an example or idea to emulate the serial.Available () function that is used in the Arduino IDE
- Wed Nov 04, 2020 8:30 pm
- Forum: STM boards (Discovery, Eval, Nucleo, ...)
- Topic: STM32F4 serial.Available()?
- Replies: 7
- Views: 10248
STM32F4 serial.Available()?
Hello everyone
I have started very recently with ARMs, specifically with the STM32F407 VG DISCO
I am experimenting with the USART port and I have some doubts.
In the same way as in the arduino IDE for avr, I have always used serial.Available () to know the number of bytes that are going to ...
I have started very recently with ARMs, specifically with the STM32F407 VG DISCO
I am experimenting with the USART port and I have some doubts.
In the same way as in the arduino IDE for avr, I have always used serial.Available () to know the number of bytes that are going to ...
- Fri Sep 11, 2020 7:30 pm
- Forum: STM32F4 based boards
- Topic: STM32E407 Serial port 9 bits
- Replies: 1
- Views: 4987
STM32E407 Serial port 9 bits
Hi all
I have been working with Arduino for some time and I have decided to make the leap to ARM MCU so I started recently and I have some doubts
I have an Olimex STM32E407 with STM32F407ZGT6
What I intend is to communicate this board with a machine through a serial port, in the same way that I do ...
I have been working with Arduino for some time and I have decided to make the leap to ARM MCU so I started recently and I have some doubts
I have an Olimex STM32E407 with STM32F407ZGT6
What I intend is to communicate this board with a machine through a serial port, in the same way that I do ...