Forum Posts
STM32 H7755ZI- FREE RTOS- Task notification from ISR
Hello I created a task that is needed to be executed from ISR. previously I did for ESP32 but using the same manner, I could not do it. Based on my search, I found 2 ways which I tried but could not have my task run. first manner:Inside the ISR: Base...
STM32H745I-DISCO eMMC, FATFS, HAL... almost works.
From the example available athttps://github.com/STMicroelectronics/STM32CubeH7/tree/master/Projects/STM32H745I-DISCO/Examples/MMC/MMC_ReadWrite_DMAI figured out how to configure SDMMC1 using STM32CubeIDE.I set the clock for MMC for 200MHz, then set u...
Is HAL_Delay() implemented with Interrupts?
Hi, Is HAL_Delay() implemented with SysTick() interrupt ?Is it safe to use HAL_Delay() in while loop main.cwith other ( low priorities ) interrupts? Thanks--Karan
Resolved! FatFs impementation _ FR_NO_FILESYSTEM error after f_open
Hello,I build an application with FatFs Middleware to log data on a uSD card.I used the same protocol on FatFs_uSD application with wl55 mcu.f_mkfs and f_mount function return FR_OK.but f_open return FR_NO_FILESYSTEM i tried to change between SDHC an...
Booting from flash memory not working in stm32G0b1ke mcu
We are flashing the firmware to stm32g0b1ke mcu using i2c in-application programming.after flashing the firmware to mcu,changed the boot configuration to boot from flash memory.I set the boot pin to 0 and option bytes to 0xFAFFFEAA for booting from f...
Resolved! Is Azure RTOS supported for the STM32L152RET?
I only can find the packages for the L4 and L5.
Why must VDDUSB be lower than VDD during both power-on and power-off?
What would happen if this requirement is not met?Reference:According to the STM32F777xx STM32F778Ax STM32F779xx datasheet (DocID028294 Rev 6), page 28:"- During the power-on phase (VDD < VDD_MIN), VDDUSB should be always lower than VDD- During the po...
STM32H745 USB not suspended when a Mac computer goes to sleep
Hello,I'm working on a USB MIDI device and I'm facing an issue with Mac computers: when the host goes to sleep, it keeps sending SOF (start of frame) messages. Thus, there's still activity on the bus preventing the STM32 to turn to Suspend mode.Then,...
NUCLEO H753ZI LWIP Ethernet not working
Hi, I'm using the NUCLEO H753ZI board and trying to activate the Ethernet without success. I can't ping the board from a PC which is connected to the board by a switch. After configuring the ioc file by the CubeMX , creating a project and running by ...