Example for STM32F407G DISC1 Discovery Board using accelerometer
I would like to know if there's any example and documentation on how to use the accelerometer in this board.
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...
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
I think I am missing something obvious about a difference between channels 2&3 vs channel 4 in the TIM8 after staring at this for some hours now...I am using the STM32H750 discovery board, and created a project in CubeMX which configures PI2, PB14 an...
Software download issueHi, I have met the same issue like this. Should I also wait an hour until this package been prepared?
Hello,I would like to find out if it is possible to use STMG070 USART break detection circuit in non-LIN mode.Specifically, I have an application where I use a UART configured for high-speed data transfer (over a megabit) in DMA receive mode. Rather...