Correct value of systick
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 !
Ask questions, find answers, and share insights on STM32 products and their technical features.
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 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,I'm using an STM32F401 board, accompanied an expansion board, and by a VL53L1X (people counter) sensor. It works for 10minutes then the board crashes and the only way to get it working again is by resetting the board.Hi Guys, What I'm usingST...
Can the analog watchdog work with oversampling? If so, will it monitor only the converted values after a full oversampling cycle?
Dear experts, my STM32F042G6 is unexpectedly reset after I switched on fly CAN_TX GPIO to output GPIO pin. for this I did this steps.1).HAL_CAN_STOP() and then 2). GPIOA->MODER &= ~((U32) "pinX"); GPIOA->MODER|= ~(U32) "pinX");I have also made th...
A question about this sentence of STM32H7 reference manual:Receive-only mode: COMM[1:0]=10In master mode, the MOSI output is disabled and may be used as GPIO. The clocksignal is generated continuously as long as the SPI is enabled and the CSTART bit ...
On page 252, "Vdda = .3 V" is written twice. With this the calculated value is incorrect. The correct value is Vdda = 3.3 Vplease fix your documentation