Is it possible to connect the stm32f107** directly to the wifi-module via the Ethernet interface to increase the data rated speed?
The WiFi-module naturally has an Ethernet interface.
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
The WiFi-module naturally has an Ethernet interface.
Posted on June 01, 2018 at 07:54I think I got the concept of how to jump to the MCU built-in bootloader but I never got it working. And often information is opposing each other.My requirement is simple and very common, hence I hope somebody has code...
Hello All and thank you in advanced I have a pplication that we use two host usb connected to flash disks , one uses PORTA usb and other uses PORT B usb . i have test every usb seperatlly with file system after modifie usb_diskio and all work with n...
Im connecting STM32F103RBT6 controller to PC through USB, Where Im sending 8X8 keyboard data. The USB device is detected by PC but it generates an "Error code 10" on Windows.Im using Vendor Id:0X0483 and Product Id:0X1010, DeviceClass = 0X02 and Dev...
Hi all, I've tried to integrate Nucleo-F411RE with X_Nucleo-IDW01ME by using C:\Users\WIFI_IDW01M1\en.x-cube-wifi1_firmware\STM32CubeExpansion_WIFI1_V3.1.1\Projects\Multi\Applications\HTTP_Request\Binary\SPWF01\STM32F401RE-Nucleo .bin file and using ...
I am trying to access a Micro SD Card with the STM32L476 (Nucleo), using cubeMX with STM32CubeL4 Firmware Package V1.12.0 / 22-May-2018 and SW4STM32. So I activated SDMMC1, FATFS (SD Card) and generated the code. Now - how do I mount FATFS and read a...
HelloIs there a possibility to reduce the time gap between two consecutive SPI Frames? Background: I would like to use only the MOSI signal without the clock to send information to some addressable LED (WS2812). They just measure the time between ris...
Where can I get a usb-cdc example for STM32F7?Someone linked a working example for L4 here:https://community.st.com/s/question/0D50X00009XkYWiSAN/usb-cdc-example-for-stm32l432But the link is dead.
Hi i have a Quad Ana log-to-Digital Converter (ADC)(ADAU1978). I have to interface the same with STM32F407 discovery board by using I2C. The output of the ADAU1978 quad ADC is in I2S mode . Now i want to store the I2S output data into SD card. How do...