how to enable and use CUSTOM_HID_GetReport_FS?
I am using Nucleo STM32 F767ZI board. I want to send data via interrupt endpoint. In LPC2148 is done using HID_GetReport function. how to do the same in STM32 MCU?
I am using Nucleo STM32 F767ZI board. I want to send data via interrupt endpoint. In LPC2148 is done using HID_GetReport function. how to do the same in STM32 MCU?
I am currently using a TSC2007 to detect touchs on a screen. When working in blocking mode this is correctly working as the TSC2007 correctly streches the clock and the HAL correctly waits for the data to be readyWhen working with interrupts the HAL ...
Hi, I am currently trying to develop a DFU using the chip's dual bank feature.After bricking my second prototype (only recoverable by exchanging the G0) I am out of ideas what could be the problem.I could at least track it down to manipulation of the...
I'm using STM32F303RB seriesIs there PORTC with bit banding?Best regrads.
Hello, Now I'm using Modbus RTU and UART. Modbus RTU communication is being performed through UART. Modbus RTU setting is data 8 bytes, but communication is possible only when uart wordlength is set to 9 in STMcubeIDE. Why is wordlength 9 when data i...
I'm using STM32F407 and I want to capture a pulse of following detail:Frequency: 100~1000 HzLOW voltage: 0.7vHIGH voltage: 1.5vand I'm wondering that whether STM32 input capture can be triggered on such 0.7~0.8V height pulse, or not.If not, what is t...
Hi!I have a custom board with a STM32H725. The board has an external OCTOSPI flash memory from Infineon's S26KL/S26KS-series. I can read/write data back and fourth in memory-mapped-mode and now I want to be able to program persistent data using the i...
Hello, well I have some array of uint16_t data with is contains 50 records. If I truing to write it to the flash memory it looks like it have done an then if I write again, the HEX data in debug mode memory is randombly chenging. Ideally Firstly I ne...
Hello,I am sampling two signals using ADC1 in master, and ADC2 as a slave.For this i am using ADC1 Input3 and ADC2 Input 5, with DMA filling the 32bit buffer, with a buffer size of 2048.Bellow are some setings how the master/slave is configured in a ...
Hi, I am using an STM32F401CCU6 for a FreeRTOS project. My problem is that a variable shows up in the Build Analyzer as 64B instead of 80B. I am using some LoRa libraries. For simplicity, I will refer only to the information I think is relevant for t...