ARM based device with EMIF
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.
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
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...
Hi Team,Facing some issues on belowHAL Delay goes into infinite loop or the program stops there only (Inside the "IF" condition)"IF" Condition works, data transfer works, but Toggling of pin, or any action with Delay command is not working Upon going...
I have looked at a bunch of examples throughout here and elsewhere about custom bootloaders.I noticed the Cortex M0 does not have the VTOR register and found that what people do is, at start, copy the vector table contents from the app flash beginnin...
Hello! I trying to use usart1 in main cycle, and VCP USB in usb interrupts. USB works fine, until i not using usart. When i try continiosely send data in main cycle, usb stack not working(enumeration fails):while (1) { HAL_UART_Transmit(&huart...