Hello,Is there code example for writing 2 bytes to the permanent memory at runtime, so it will stay there after power off?For any STM32 or better STM32WB55.
Hello, I am looking for very old STM32CubeIDE project example for IR TV remote control to see how TIM16 and TIM17 are set up and controlled.I am not interested in manuals and instructions: better one time to see then read about it 100 time and not ge...
Thank you STTwo-32,Yes, NUCLEO STM32WB55 onboard programmer and black pill STM32F411 dev board, nicknamed the “Black Pill”.To enable bootloader:Used the onboard BOOT0 and NRST button to put the board into bootloader mode:1. press and hold the BOOT0 ...
Yes, I have miss configuration setting in the ble_config.h file:#define BLE_CFG_HIDS_REPORT_MAP_MAX_LEN 80That why my HID report descriptor was cut at 82 bytes.Why it was set so low? It does not protect anything! I think it should be like 255!
Also this bug (HID report descriptor cut off) can be on both side, not only with BLE PC device driver, but cut off can be on STMWB55 controller side. I just do not now how to differentiate.