Ethernet Driver for STM32F407
Hello Everyone,Can any share the example ethernet driver for STM32F407 for reference.
Hello Everyone,Can any share the example ethernet driver for STM32F407 for reference.
Hello!I have built simple project for Nucleo H745ZI-Q board. It is UDP echo server. I have configured MPU, linker script and other things - it works fine. But after power cycle I have no any connection by ethernet while link notification is still wor...
Hey,for a project, we work with the STM32L476RG and our task is to read an audiofile from an sdcard and play it (sd/mmc interface and a class-D amplifier are provided).Does anyone have any experience with music playback on this device? Beeing fronten...
Hello,I'm looking for an ARM based MCU or MPU that has the following peripherals:Parallel External Memory InterfaceI2CSPIUARTMII (for ethernet management)Please suggest whether ST offers such a device.
I have Nucleo-G071RB board when I flash the Option Bytes to load from system memory (Bootloader) via ST-link it works with just reset and I can access the Bootloader,But when I try to edit the Option Bytes via UART, I need to power off the board and ...
In October 2020 Microsoft released sample applications to try out Azure on some reference boards. One of them is STM32F746G-DISCO. Downloaded Azure_RTOS_6.1_STM32F746G-DISCO_STM32CubeIDE_Samples_2020_10_10.zip from https://github.com/azure-rtos/sampl...
I am trying to assign a member function to a thread, but when I do, I get an error saying "invalid use of non-static member function 'void AudioPlayer::AudioThread(const void*)'".
File downloaded, and appears to have unzipped fine.No obvious Executable File is present, to install on Windows 10.UM2204 "Getting started with STM32CubeH7 for STM32H7 Series" does not mention Installation, which would be really helpful, for getting ...
I have audio pass-through working project for STM32F746/769 DISCO module, where block of 4 samples (2 left and 2 right channel ones) from input are passed to output chanell DMA buffer.My delay line implementation is as follows:#define BUFF_SIZE 4 #de...