Posted on April 04, 2017 at 17:15
Dear ST support team,
I found minor bug on CubeF7 v1.6.0.
Bug found at ./STM32Cube_FW_F7_V1.6.0/Projects/STM32746G-Discovery/Applications/USB_Device/MSC_Standalone/Src/usbd_storage.c
diff -urN b/usbd_stor...
Posted on December 28, 2016 at 16:44I found seriously bug on CubeF7 v1.5.0/v1.5.xBug found at ./STM32Cube_FW_F7_V1.5.0/Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Inc/usbd_msc.hdiff -urN b/usbd_msc.h a/usbd_msc.h--- b/usbd_msc.h 2016-09-14 17:...
Posted on December 22, 2015 at 03:04
Dear all ST staff,
I found a small bug in latest CubeF7_V1.3.0/HALDriver_V1.0.3.
Bug found at HAL_SD_GetCardStatus() on
stm32f7xx_hal_sd.c.
--- b/stm32f7xx_hal_sd.c
+++ a/stm3...
Dear Pavel A.Thanks to introduce my project.This program intend to calcuate I2C timing-value for F0,F3,F7,H7,H5,G0,C0 and U0.And very early stage,not guarantee accuracy.But I believe to be little help for other people.
U0 support patch found on OpenOCD gerrit but in still early stage.https://review.openocd.org/c/openocd/+/8087I built patched(and need small fix) version for Windows works well on NUCLEO-U083RC.If you have interested in ,try this.
Dear SSpen,Can you execute OpenOCD standalone(execute OpenOCD from windows powershell)?If executes correctly,problems may be in PlatformIO settings.Here is my example output. PS C:\Devz\ARM\ocd> ./openocd.exe -s C:/Devz/ARM/OCD/tcl -f interface/stli...
Dear SSing20,I built OpenOCD windows binary for STM32H5 merged with latest commit.If you like, use this.http://nemuisan.blog.bai.ne.jp/?eid=192848#OPENOCDBest regards,Nemui.
I made SDMMC example for NUCLEO-L552ZE-Q board(need GCC command line build environment).It supports SDXC and eMMC.http://nemuisan.blog.bai.ne.jp/?eid=192848#STM32L5Best regards,Nemui.