User Activity

Posted on October 06, 2015 at 13:46 I recently run into a problem while using the following: Crossworks v2.3.5.201401120385 with a STM32F407ZG Cortex-M4 It goes like this: I installed an external SRAM (AS6C4016A-45ZIN, 512KB) on the FSMC...
Posted on March 13, 2014 at 11:55HiI'm using STLibraries for programing a STM32F100 in crossStudio. I have my System Clock with 24MHz. When I set and reset a port pin, using LT Librarieswhile(1){  GPIO_SetBits(DISP_DIGIT1_PORT, DISP_DIGIT1_PIN);  GP...
Posted on September 04, 2013 at 18:42Hi, I would like to know if TIM16 and TIM17 can be used in external clock source mode 1. There is any reference in the Reference Manual that it doesn't. So I suppose it is possible. I develop my board and now I w...
Posted on September 03, 2013 at 12:07Hi, I would like to ask, what is necessary to make when I configure a input channel as a cascade 32 bit counter, using a master/slave timers as counters, and then when I need to use this input channel as a 16 bit...
Posted on September 02, 2013 at 10:37Hi, I'm using Usart1 on STM32F100. I need to wait until the last byte is completed sended to make the DE signal go low on a Modbus Slave application. This seems to be a simple task for a each programmer, but I ha...