2015-04-27 11:46 PM
Hello
I'm trying to port this usb_device_CDC_Standalone example to stm32f4discovery.I changed mcu to stm32f407vgt and changed it's clock related configuration, then programmed it to stm32f4discovery, it worked without any problem. I have some questions about this example:- HAL sram library is included, what is it's usage?- I tried to make a project like that and source/header files myself, but it didn't work.which of the source files(stm32cubef4 library) should be modified for it's proper operation?Thanks.