User Activity

Posted on July 15, 2015 at 02:17I can't seem to find a single example using the HAL driver. I am wondering what is the suggested solution for address management for the SDRAM and also, what is the start address anyway and how do you know? #hal #!...
Posted on July 09, 2015 at 14:25I'm mainly going for ''hunch'' here. Is this correct? Please see screen capture from CubeMX by clicking attachments.
Posted on July 08, 2015 at 11:31I would like to add a menu system and other things to the application. I can't figure out where is the library and where to start using CubeMX? Help would be appreciated! #cubemx #!stm32f4-disco
Posted on July 03, 2015 at 12:48 I have a number of devices connected, some sample the data on the rising clock edge, others on the falling edge. Inside the handler structure I want to alternate between these two operation modes. A method...
Posted on June 05, 2015 at 23:41I'm using SPI3 on an STM32F4, chip select toggled in software. I have a function that sets the chip select low, sends data and than pulls up chip select pin.Now I've noticed that when this send function is being calle...