hi i have simple code for send some data from one master 767 to other slavein master data will send in 2khz rate and 80 byte length but data in slave not completely correct on Rx buffer one data ok and next not, until end of buffer that repeated (for...
Hello everyone, I write here to know if someone can help me,how to be sure the systick value is good ? be sure that 5 seconds are well done ?thanks to help me !
Hi everyone.So my previous post just did not load for some reason.The problem is that for some reason I get this issue when I debug once I enable the interrupts.I am simply trying to respond on the TIM5 interrupt but I get thrown to a part of the fil...
I want to generate an interrupt each second using Arduino IDE and STM23duino. The interrupt ISR will store an byte value. The target is a Bluepill with STM2F103C8T6.I found a lot of exemples on the web, but nothing running or compling using these to...
I am not sure why but the moment I enable this interrupt the debugger goes to this file and just sits there. What is interesting is the stack trace changes if there are certain functions involved but the error never changes. So I removed all the func...
Hi everyoneI have an STM32F401RE board and I have an LED from pin PB6 to GND.In the same project that this snippet code below comes from I have a PWM running on PA5 pin and it is blinking.I have been at this all night and I can't figure out why PB6 i...
I would like to know if there's any example and documentation on how to use the accelerometer in this board.
Hi Guys,What I'm usingSTM32F401 board accompanied by a expansion board (X-Nucleo-53L1A1) and using one VL53L1X (people counter) sensor.ProcessI managed to flash the board and use the counter with success. To view the board USART messages I use the mi...