User Activity

Posted on March 20, 2017 at 13:58I have a QSPI-Flash with XIP, Driver is working fine. Flashing is possible with ST Link Utility. I'm using the System Workbench. I already defined the Memory Section for QSPI in the LD-File of the Project.Now I have ...
Posted on February 20, 2017 at 10:47Hi, I  have troubles with getting a ILI9341-Display to work with my STM32L4. It's a 'TFT Proto Board' from MikroElectronika. I need to test SPI but the Initialization is not working, tried different Examples, most...
Posted on February 13, 2017 at 10:44 I simply use the normal Functions given by RTC-Lib from Cube, means I use these Calls: uint32_t tFormat = RTC_FORMAT_BIN; ... HAL_RTC_SetDate(&hrtc, &myDate, tFormat); HAL_RTC_SetTime(&hrtc, &myTime, tForma...
Posted on December 22, 2016 at 14:38I use a STM32L4 with a Micron N25Q032A (32 Mbit, 4Mx8). I have some Questions about this or similar Micron-Chips and hope to get here some Hints. After a PageWrite (Command 0x12 QUAD_IN_FAST_PROG) you have to pol...
Posted on October 11, 2016 at 12:19First: I do not use USB MSD and FatFS at same Time, but they work on the same SD-Card. This SD-Card is connected via SDIO with 4 Bit Databus. I use a STM32L476 but I think the Problems should be identical for all S...