-
Hello,
I'm using stm32f446re, and I wanted to have uart with `embedded_io_async::Write` & `embedded_io_async::Read` implemented, but also be half duplex
so I'm wondering if that is possible, and…
-
Program seems to be uploaded correctly using `st-flash` but the LED is not blinking. LED1 is flashing red, so a good place to start would be looking up in the documentation if that corresponds to an …
-
Hi, it is possible to use W25Q16JVZPIQ with STM32F446RE with quad spi configured in dual line mode? If yes, any modification is needed?
BR
-
https://www.st.com/resource/en/datasheet/stm32f446re.pdf
https://www.st.com/resource/en/user_manual/dm00105823-stm32-nucleo-64-boards-mb1136-stmicroelectronics.pdf
https://www.st.com/resource/en/appli…
-
Hey, so I got my Embassy blinky program to flash and run on my STM32F401RE nucleo board.
But when I made some modification to the files and wanted to re flash and run it, I got a ton of ```WARN probe_…
-
CubeHALでSTM32F446REを用いインクリメンタルABZ相のエンコーダの読み取りを行う。
以前林が試したが、確実にできたのかは定かではなく、もう忘れたとのこと。
-
Hi,
I have a custom board using an STM32F446RE and a pi compute module to run LinuxCNC. To save on board space I didn't include an external SD Card or EEPROM and was considering only using UART and…
-
In line: https://github.com/HeimannSensor/Nucleo-64-STM32F446RE-Application-Shield/blob/019f7191cadc409206b37c8352c7300ef1f057d8/16x16/htpad16x16_nucleo_serial_06012020/htpad16x16_nucleo_serial_060120…
-
Hi Guys,
i have here a hardware equipped with the STM32F446RE, which i thought could be nearly compatible with the used F405/7 but thats was not the case...
So i updated Chibios from version 3 t…
-
Hello,
I'm using both CAN1 and CAN2 on a STM32F446RE. CAN1 works fine.
But with the default initializeFilters() functions that is called in setBaudRate(), CAN2 was only able to send but not receive …