User Activity

Is there a cheap eval board e.g. Nucleo-64 with an SD-card reader. Also A cheap shield for Nucelo-64 with SD-card socket would be ok.Its for a simple logger application but I am hesitant to make a board for only a uC Sensor and SD-Card.
I am trying to build a system that does not use interrupts at all. This due to hard realtime requirments. Now I hat a look at the HAL code and as far as I can see even HAL_I2C_DMA functions seem to rely on IRQ, correct?Can HAL I2C DMA functions be us...
Posted on October 14, 2016 at 15:17I'm building a bootloader and it shall run on a 100pin STM32F407 and a 64pin STM32F405. From reading the reference manual they seem very similar (except for some peripherals). My dev-environment does include an ass...
Posted on February 29, 2016 at 10:39Dear STM32 users I am new to STM32 but have experience in many other architectures. I got into everything up and running pretty quick (blinking LED, sending UART ... ). But now I'm stuck with no clue what so ever....