User Activity

I'm using Nucleo32-F303K8. I'm running low on pins and can't upgrade to a bigger MCU. I was thinking of using NRST pin as an E-Stop. Would that be a good idea? The GPIO pins would be externally driven low or high while under and after the reset, espe...
In a datasheet for STM32F303K8, page 77::How does the Schmitt trigger hysteresis work here? When the input transitions from low to high, should the value of hysteresis be added to the minimum high level input voltage, or does it say that the pin will...
Hello. I have problems with communication with TMC2209 through UART. It doesn't respond at all. I think that I've fried a receiver in UART1. Is that even possible? My board is Nucleo-F303k8. Please help me. Here's the code:/* USER CODE BEGIN Header *...
Hello. I have few questions on UART half-duplex single-wire peripheral. I'm using stm32f303k8.In RM it states that TX and RX are internaly connected and TX is low (or whatever "released" can mean) when it's not transmitting. This means that when no t...
Hello. I'm trying to obtain CRC value from CRC peripheral. It's supposed to give me 8 bit number. Instead it gives me 32 bit number. What am I doing wrong? Below is the code and program outputs. /* USER CODE BEGIN Header */ /** ********************...
Kudos from
Kudos given to