Hi all,
I'm a complete noobie at programming MCUs, I'm trying to port some code
made for smt32f4 to a stm32f3.
I have some code that:
nvic_enable_irq(NVIC_OTG_FS_IRQ);
rcc_peripheral_enable_clock(&RCC_AHB1ENR, RCC_AHB1ENR_IOPAEN);
rcc_peripheral_enable_clock(&RCC_AHB2ENR, RCC_AHB2ENR_OTGFSEN);
None of these are defined for F3, can someone please point me in the right
direction?
Best,
Luis
PS:
>From what I've seen in include files I guess RCC_AHB1ENR becomes RCC_AHBENR
but
but not really sure
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
libopencm3-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libopencm3-devel