Does STM32H7Cube libary support SDIO card (not SD memory) ?
I'm planning interface the SDMMC to a wifi module. Does the cube library suppot it? Or I should go to LL library? Thanks.
I'm planning interface the SDMMC to a wifi module. Does the cube library suppot it? Or I should go to LL library? Thanks.
Hi I am using the STM32L4 and using the Cubemx for initialisation and the USB as a virtual serial port. When the USB cable is connected I can see the name appear in the device manager under the Ports (windows 10). How can I change what name is disp...
Hello,I want to send the float type voltage value that I read with stm32f429I discovery card using adc reference voltage via usb cdc. My problem is this; I read the adc reference voltage and voltage value, and I can assign it to a float type variable...
Processor discovered on: STM32F103C8Function with bug: HAL_FLASHEx_OBProgramParameter pOBInit pointing to a FLASH_OBProgramInitTypeDef object with the following values (which disables write protect on all flash pages) with pre-existing condition that...
[STM32F303][USB FS] Isochronous endpoint: 1 ms frame with a large buffer.Hello,I would like to know how I could setup an isochronous endpoint with a large payload.USB specification and RM0316 manual:USB 2.0 specification report that in FS mode, it is...
Good morning,I'm working with STM32L4 and I have created my own bootloader.In order to program the MCU, I use USB interface, so I need the DFU file. I use the 'DFU File Manager' tool to create the DFU file from the HEX file. It works fine, but then, ...
My system -> Pc with WIN7 + STMF767ZI demo board + Putty for recive/transmitt data.In File.zip you can find the program that i write using CubeMX + Atollic 9.2.0.q1) When i reset the board by clicking on reset button on the board, only the communica...
Hello,I have a NUCLEO-H745ZI-Q board that I am trying to configure as a FS USB device setup as a Virtual Port Com. The only changes I have made to the stock CubeMx setup is removing ETH and setting up two encoder inputs on TIM2 and 5. I've tried disa...