Ask questions, find answers, and share insights on STM32 products and their technical features.
I'm trying to set up the SPI5 for a test but see a lot of references online indicating the pins modes need to also be set. I figured the driver would do that. The init seem pretty straight forward. but the transmit does not. Do I need to set my pin m...
Hello everyone,I am working with the board STM32F446RE with SX1261 on mbed os.SITUATION: I want to measure the time difference between the send moment and the receive moment of a packet (transmitted by LoRa). Basically, when I send packet A (send tim...
Hello All, We are trying to get some debug trace info from our project and trying to use ITM for the same.For our product we are using the follwoing: STM32H743 Keil Version 5.24.1 ULINK 2 debuggerI created a simple project following many forum topics...
I am facing a problem when trying to wake up from Stop2Mode. I am able to come out of stop2mode from an external interrupt with no problem but when using wakeuptimer interrupt the unit doesn't wake up.I have tried that setting the wakeup timer interr...
The hardfault exception often occurs during system operation.The R14(LR) is 0xFFFFFFF9 in the exception handler(bit2 = 0).So the main stack(MSP) is used, and that value is 0x20003778 like the follwing picture.The following picture is the memory valu...
Hello I need to read the voltage where I connected ADC to the voltage divider. I have a code of ATmega where I need it to convert to HAL code. Can you please suggest me how?here's the code:void readVcc(byte ATR[]) { ADCSRA |= _BV(ADSC); // Convert...
I'm building a computationally demanding application on a STMF2F769DI board using STM32CubeIDE and a USB connection to debug.I've wrapped a segment of code (a FIR downsampling filter) with LED on/off and measured its execution time on an oscillosccop...
Hi, I'm using STM32F103CBU6TR and I can't find the thermal resistance (j-C).BRShmuel