Posted on October 24, 2014 at 14:23
Hey,
I am new to the ARM development coming from a background of 8051, PIC and some AVR.
With my first new test I managed to make input and output work, also I have manage to direct EXTI on input pins.
...
Posted on October 24, 2014 at 18:08Thanks for your help man.I don't want you to make the code for me, I am just starting with ARM and I needed a push in the right direction. I cannot send you the ST board, but once I finalize my work you will be on ...
Posted on October 24, 2014 at 15:01
Wow that make me feel stupid hhehehhee.
Anyways I fixed the problem, I think .
RCC_APB1PeriphClockCmd(RCC_APB1Periph_USART2, ENABLE);
RCC_AHBPeriphClockCmd(RCC_AHBPeriph_GPIOA, ENABLE); and also cha...