User Activity

Middleware used: stm32_usb_deviceLib, freetos, fatfs, lwip. Compiler output: arm-none-eabi-g++ "../SenticsLib/DebugHelper.cpp" -mcpu=cortex-m7 -std=gnu++14 -g3 -DUSE_HAL_DRIVER -D_DEBUG -DSTM32F746xx -DDEBUG -c -I../Core/Inc -I../FATFS/Target -I../F...
Posted on December 18, 2015 at 09:52Hi,The following code in stm32f4xx_it.c is not generated anymore after upgrading to firmware package 1.10.1 for STM32F4 Also missing HAL_NVIC_SetPriority(EXTI3_IRQn, 5, 0); in MX_GPIO_Init() in main.cThanks[code] ...
Posted on December 18, 2015 at 00:34Hi,Relates to CubeMX 4.12 Firmware Package 1.10.1As a newbie i guess that the code generated in STM32F4xx_hal_sd.c is not correct when using FreeRTOS.HAL_Delay(1) is called from the function SD_PowerON(...)This lo...
Posted on December 14, 2015 at 21:50Hi,If have a disco429 board modified, removing hardware that i dont use for an experiment and in order to connect and access an SD memory card by 4 bit.The settings in CubeMX is set to SD 4 bits wide bus, but the ...
Posted on December 04, 2015 at 09:29Hi,Last night i copied a CubeMX project file (.ioc) from my Windows 7 desktop to my Win10 laptop and discovered that on the Win10 machine the configuration was different. I missed for example the SPI settings in t...