Interrupt is not work
attached my project.i generate the project using the cube.the interrupt is not workadvicethank you
Ask questions, find answers, and share insights on STM32 products and their technical features.
attached my project.i generate the project using the cube.the interrupt is not workadvicethank you
Hello.I have a Nucleo board with stm32f302r8. I want to set a state variable for voltage window:state = STATE_OK if higher threshold > current voltage > lower thresholdstate = STATE_AWD if higher threshold < current voltage or lower threshold > curr...
Reaching out to see if anyone have experienced microSD card failure/corruption from using the provided ST-micro driver with ST32 MCUs? 1) Erratas available?2) Solutions?Thanks in advance!
I am using the Nucleo-G071RB dev board along with it's demo code. It runs fine in run mode however in debug mode I cannot see the data at the specified memory locations. I am using Keil IDE (first time user of Keil) for writing the code.. Is there a...
I would like to read multiple 32 bit data,after sending one 16 bit address,how it will done by stm32h7xx?
If I execute "AT$TM=1,0", i obtained an error AT_ERROR.In debug, the execution of this command gave a error code 0x50 ( Device Id that should be used in SIGFOX_API_send_test_frame function must be 0xFEDCBA98 ) .I don't know why.
Hi,Previously, we had a customized board based on STM32F030C6.It worked very well and it runs the main code, just after we finish loading the main flash memory, with new code (without pressing RESET key).Due to some memory constrains, we replaced STM...
i had used STM32L151VCT6A MCU for a project i have already programmed by using st-link and tested its peripherals due to some issue on display i tried to reprogram it is not allowing to read or write it is showing an error as below attached, th...
i want to create a delay function using timer TIM1 or TIM2 , after completely reading the datasheet i cannot initialize delay does it requires any external input?i have attached my sample code#include "stm32f10x.h"void delay();int main(){ /*Initialis...