STM32H747I-DISCO WiFi
how ca Iadd 2,4GHz WiFi module to STM32H747I-DISCOexamples, tips, strategyi am verry new here
how ca Iadd 2,4GHz WiFi module to STM32H747I-DISCOexamples, tips, strategyi am verry new here
Hi,I'd like to use the SVD associated with the STM32H735. The SVD archive linked in the resources does not seem to contain the associated SVDs. Furthermore, the last update dates from 2019, while the H735 dates from september of this year, so I don't...
i am trying Ethernet part so i used STs example in Application STM32Cube_FW_F7_V1.15.0\Projects\STM32746G-Discovery\Applications\LwIP\LwIP_HTTP_Server_Netconn_RTOS but it giving error as memory limit exceeds.
Hi,STM32F4, Which is the safe and good method to reset the connected USB device as CDC host mode? I am communicating with a USB sensor with my device as CDC device.At end of my process, I wants to reset the connected sensor. So I have tried to call U...
Hi,I want to use usb "3M Touch screen" wchich is part of 21" display with STM32F4 with usb host.Touchscreen controller is vendor specyfic but has only 1 interrupt endpoint (wchich i confirmed using logic analyzer). Data format is very simple but i ca...
I've read various articles/guides how to jump to bootloader form main program (without using boot0 pin and reset). All code that I've tried seems to fail...My current approach is like this:#define BOOTLOADER_ADDR 0x1FF00000U void (*SysMemBootJump)(...
Will STR71 series support AMX/KADAK RTOS
Hello,DescriptionI started to interface with USB peripheral in my nucleo F411RE and wanted to set it as host to work as VCP but I have some problems understanding or even to make it work properly. HardwareNucleo-F446REKNACRO FT312D USB Android Host U...
Hi,I am using STM32F779NI and CMSIS RTOS2 for my project. Software was working well till I added code for low power mode with RTOS tick-less operation as per the linkhttps://www.keil.com/pack/doc/CMSIS/RTOS2/html/group__CMSIS__RTOS__KernelCtrl.html#g...