STM32F303VC ADC+DMA problem
Posted on June 18, 2015 at 18:04The original post was too long to process during our migration. Please click on the attachment to read the original post.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on June 18, 2015 at 18:04The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on June 18, 2015 at 22:06Hi, I have been trying to run critical interrupt routines from ccmram with gcc toolchain following the instructions in http://www.st.com/web/en/resource/technical/document/application_note/DM00083249.pdfI think I have...
Posted on June 18, 2015 at 16:54In one project there is a large rotating machine. It would help a lot if programs could be uploaded wirelessly(, while the motor is on). We would like to do other things, so doing our own solution is not good idea. It...
Posted on January 10, 2014 at 04:14Working on STM32F051. The bootloader works fine but the interrupt vectors in application file doesn't work even after locating vector table to SRAM. Any solution will be appreciated.
Posted on June 18, 2015 at 11:41Hello,I have written own bootloader/IAP that should start next firmware (jump to it).It is working very well, but when the firmware is loaded, then interrupts are not working.Of course I have configured:#define VECT_T...
Posted on June 15, 2015 at 10:05Hi, i want to use the STM32F042F in a TSSOP20 package. I need USB (device) and CAN. Both USB and CAN are routed to PA11/PA12. Datasheet tells, that PA11/PA12 can be remapped to PA9/PA10. Does the USB_DP and USB_DM sta...
Posted on June 18, 2015 at 14:51 I am working with the Discovery development board STM32F407 microcontroller and building using Eclipse/GNU. My project has a bootloader and an application and I would like to have a variable in RAM that both...
Posted on January 08, 2015 at 13:37Hello I'm looking for a solution to get the time between to input signals in microsecond resolution. But I do not want to use an interrupt counting up all microseconds. Is there a convenient solution / method? #...
Posted on June 18, 2015 at 12:09Hello, i'm trying to develop an usb composite device(MSC+HID classes) on STM32F407 using the USB Device Library that comes with the STM32Cube. Basically what i've done is importing in import already working codes for ...
Posted on June 17, 2015 at 17:31 I am working with the Discovery development boardSTM32F407 microcontroller and building using Eclipse/GNU. I have successfully created a small application can communicate with a PC via UART4 and it has free spa...