2013-03-25 03:19 AM
Hi everyone!! I'm working on my very first project as engineer with a friend and colleague. We bought th eval board with the f4 and f100 series microcontroller on. We tested our code on both of them and everything's fine. As soon sketched and produced our board and soldered all the components we're not having the stm32f103c8t6 (the same family of the one on the f100 eval board) working on the USART. The other internal and external peripherals are working and we checked for errors or cc on the board or solders.
So we were wondering about if a external crystal oscillator is needed, any other ideas??2013-03-29 09:52 AM
Well, now it works...finally!! After setting the HSI as clock source to PLL it didn't worked but only after cutting out the clock to the AFIO periph the comunication started. That seems weird to me, the RX port is on IN_FLOATING mode the TX on AF_PP mode as clive1 wrote (and also everyone else online), why it should be an error setting the AFIO periph ''clocked''??
2013-03-29 12:01 PM
I don't know, but might surmise that you have some other code remapping a peripheral which won't occur with AFIO disabled.