what about Structure?
Posted on October 11, 2013 at 18:12thank you Cliveand just another problemwhat about structures? how should I declare and use STRUCTURE in multiple .C files?
Posted on October 11, 2013 at 18:12thank you Cliveand just another problemwhat about structures? how should I declare and use STRUCTURE in multiple .C files?
Posted on October 03, 2013 at 07:34Hi everyone, I am currently using mb950 revA board based on STM32w108cc on some WSN demos. I have noticed that, mcu resets itself after pressing pushbutton with a duration of 4-5 seconds. (except reset button) Hav...
Posted on October 09, 2013 at 14:32HiPlase sample code for chip ds1307from lcd
Posted on October 11, 2013 at 09:54Hi, I have USB virtual com port working fine, with the demo code, it appears as ''STMicroelectronics Virtual COM Port'' in the Windows device manager.Is there some way I can modify the text so I can make it show <m...
Posted on October 11, 2013 at 12:29Hello experts, at home I'm using STM32F4 amongst other MCUs but at university we're learning about Freescale PowerPC architecture. Some of them have a TPU - Timer processing unit, which can help to reduce interrupt...
Posted on October 10, 2013 at 05:18Hi, I am new to the STM32 MCU.I am confused as to how to do In-circuit Serial programming with STM32F0 processors.F0 line doesn't seem to have JTAG option, but it has SWD option.So, For SWD, how should the DATA,CLK...
Posted on September 10, 2013 at 15:32Hello guys! I wonder if it is possible to use more than one additional function if the pin is configured as an analog input. I can not find any detail in the datasheet or reference manual that denies or allows th...
Posted on October 10, 2013 at 08:20 Hi, I will output a PWM Signal on a STM21F205 Pin A3 and use the following code: GPIO_InitTypeDef GPIO_InitStructure; TIM_TimeBaseInitTypeDef TIM_TimeBaseInitStruct; TIM_OCInitTypeDef TIM_OC...
Posted on October 10, 2013 at 14:33 I'm confused I want to have some .c and .h files like thats in stm libs I declare variables in .h files and include each one in specific .c file. also all included in main.h file and then include mai...
Posted on October 10, 2013 at 15:06made a pcb with KSZ8031 physics, everything is connected correctly (checked back a hundred times), downloaded example STM32F4x7_ETH_LwIP_V1.1.0, rewritten for RMII , based on its layout, software reset run ok, ETH_...