Stm32f051r8t6 as a HID keyboard
I have a stm32f051r8t6 discovery board and I want to use as a HID keyboard what can I do
I have a stm32f051r8t6 discovery board and I want to use as a HID keyboard what can I do
Below is the code snippets , not able to debug as well i suspect the flash is not able to erase completely need some advice on this .https://github.com/ferenc-nemeth/stm32-bootloader//////////////////////////////////flash operation//////////////////...
I use this:void HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef * htim) { if (htim->Instance==TIM2) // Tarda 2.17 us en llegar aqui, AQUI DIBUJO EL BUFFER, EN HSYNC { if((m<56)) { for (h=0;h<16;h++){} //10 ORIG, AQUI DAMOS ESPACIO PARA FONT PORCH HAL...
The FMPI2C master of STM32F446 module extends the clock of the acknowledge bit with random delays from a few microseconds to a few milliseconds. That happens quite frequently w/o causing an issue, but sometimes the SCL line remains forced low by the...
I have a Nucleo-F412ZG which ST-LINK is not detected by Windows10. On first Windows10 machine, after fiddling with the drivers, it is now detected as USB Serial Device (COMX), on the second windows10 machine it is as a Jlink CDC UART Port (COMX)Neith...
Does anybody have any experience in using exactly the same pin as an ADC input and a communication GPIO (out), as two alternating functions? Would it be possible to switch between them? If so,can the GPIO drive the small capacitor that is typically n...
Hi there!i try to configurate TIM14 for generate one interuupt every 1000ms just for try but dosent't work . the frequency is 16Mhz i setup a prescaler 1600-1 and the Counter period 10000, but i diden't receive any interrupt. Before the while i turn ...
I can’t program my STEVAL using SWD neither UART right now. My last FW only configures my accelerometer an them goes to SHUTDOWN. When the MCU is on SHUTDOWN mode I could never program STEVAL using SWD (in Keil or using BlueNRG-X-Flasher Utility), bu...