I've been trying to fins out what exactly this means:"The multi-layer bus matrix allows masters to perform data transfers concurrently as long asthey are addressing different slave modules."(AN4031 Using the STM32F2, STM32F4 and STM32F7 Series DMA co...
GPIO_InitTypeDef G; I2C_InitTypeDef I; RCC_APB1PeriphClockCmd(RCC_APB1Periph_I2C2, ENABLE); RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOF, ENABLE); G.GPIO_Pin = (GPIO_Pin_0 | GPIO_Pin_1); G.GPIO_OType = GPIO_OType_OD; G.GPIO_PuPd = GPIO_PuPd_UP; ...
Hi,I'm doing tools selection for a new design, and as part of that need to specify the tools and IDE to be used.It's come down to TrueStudio or SW4STM32.Given that ST have bought Atollic (and thus Truestudio) -- and that SW4STM32 was (as I understand...
I have a product deployed in the field that uses the STM32F030CCT. Due to time constrains it was shipped without a boot loader but I was able to put in a bootstrap that allows me to load code to RAM and run it. I now need to do that but I have foun...
Hello, i have problem with STM32F030K6T6 Mcu. I made my own board with this Mcu. I can connect with it via St-link utility only in Connect under Reset mode. I can earase chip and write new program, but only in this mode.I also cant connect with mcu w...
I have FW with implementation 2 uart IT, I2C, FATFS, MSC etc. If I do not use IWDG everything is good, works fine I tested it 72 hour without freezing or other problems FW is worked smooth.But if I set IWDG after few hours running (4-8h) IWDG reset M...
Code generated with STM32cube mx software Libraries included - fatfs.h spi.h Software - TruestudioError - f_mount works but in f_open it gets stuck. No source available for "U...