F4Discovery SPI troubles
Posted on July 05, 2012 at 14:42The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on July 05, 2012 at 14:42The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on March 18, 2013 at 11:51hiin my project with RIDE7, when i use ''No optimization'' I can't use debugger but when i use size optimization I have a problem in some functions . can I use No optimization juste when I call this functions? #fl...
Posted on January 08, 2013 at 11:55 Hi, I program a PW M sig nal in PB4 port using TIM3 using this program int main ( void ) { while (1) { TIM3->CCR1 = 1000 ; } } /*____________________________TIM3_______________________...
Posted on February 13, 2013 at 00:04Hi All,We are a new startup and have a proof-of-concept device going on a STM32 being coded in the Keil IDE. However, we are using their evaluation copy which only permits 32KB max program size and we have surpass...
Posted on October 08, 2012 at 16:06It seems I can't correctly initialize the SPI pins on the STM32L-discovery board. I have very little experience with programming 32bit devices so I am probably missing something obvious. I hooked up my oscilloscope...
Posted on March 19, 2013 at 16:05I have been using the STM32F4 Discovery board for a short time with no problems (using SWD via mini-USB) when I suddenly got the 'No Target Connected' error. Reading the forum I tried the fix of BOOT0 high and BOOT1 ...
Posted on March 06, 2013 at 02:08Hi All,Could the DFU project possible to merge with my project in one hex file?
Posted on March 19, 2013 at 13:31Hello, I´m new in programming STM32, so I´m sorry for ''stupid'' question. It´s possible to program STM32 microcontrollers by objected oriented languages (C++, Java,...). I know that using C is the best choice, bu...
Posted on July 25, 2011 at 09:01Reading data from flash memory_ SOLVED!!
Posted on November 18, 2012 at 14:16Hi!May I ask for help about setting up VCP with one?I am currently looking over the files of STM32_USB-FS-Device_Lib_V3.4.0 (under virtual com port). I can't seem to understand how to tailor it with STM32F3Discove...