Hi,
Sorry for the noob questions.
Is PG9 (Rx of USART6) 5V input tolerant ? Is not 3.3V expected ? Signal after 6N137SMD (optocoupler) can be at 5V, no ?
In serial_midi.c, PG14 is configured in "open-drain" mode, but with an internal pull-up. It is not better to configure this output in "open-drain" but without internal pull-up (to 3.3V) and with an external pull-up to 5V ?
In the core STM32 module of the midibox project :
" STM32 is supplied at 3.3V, but 5V tolerant inputs allow to access all existing MBHP modules without additional hardware. Even for output functions no level shifters are required when pins are used in Open Drain mode with external Pull-Up to 5V "
http://www.ucapps.de/mbhp_core_stm32.html
Midi works very well, my question is just for my understanding (and to add a midi module interface to my STM32F429I-DISC1 board)