Teach me STM32F4, DCMI interface, when DCMI data is saved at the external SRAM.
Posted on October 24, 2016 at 15:02The 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 October 24, 2016 at 15:02The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on October 24, 2016 at 18:59Hi everybody,I use the USB standard lib V2.1.0.I have some problems with one of the flag in USBD_OTG_ISR_Handler: inepintWhen connected to a macOS, the USB interrupt is always called, with the flag inepint always =...
Posted on October 24, 2016 at 10:24 Hello I can't succeed in getting very low consumption with the stm32L152zeT6. To be sure that it does not come from other components of my board, I built a new one and populated it with only th...
Posted on October 24, 2016 at 13:01Hi Support Team, I am using cosmic toolchain with STVD for stm8 proccessor (stm8l052r8) presently and want to use double data type for floating point calculations for upto 14 digit precision . I noticed that ...
Posted on October 24, 2016 at 13:03I'm having some problems using the STemWin library and the STM32 L4 HAL library. I would like to calculate a CRC16-CCITT using the HAL library. Unfortunately, the STemWin library isn't working anymore when I use th...
Posted on October 22, 2016 at 01:56Hi there, I'm using STM32 USB library and I'm working on a project for a HID device. I'm facing some issues with the USBD_HID_SendReport function. I have one endpoint and two input reports. The input reports get...
Posted on October 24, 2016 at 16:41Hi Guys,i try to experiment a bit with the USB CDC library. Sadly I don't get it to work out of the box after I configured everything in STMCubeMX.I tried to learn something from the F4 firmware libraray tutorial p...
Posted on October 19, 2016 at 23:47Hey guys, as stated in the title i created a clean STM32 Cube MX Project for my 32F429IDISCOVERY board. However there are lots of missing include errors (Field xxx could not be resolved). These all occur in the ...
Posted on October 24, 2016 at 01:00 Hi. I'd like to use the UART for MIDI input. I've configured the UART on my STM32F7-Discovery board and perform a led toggle whenever an incoming message is received. I'm using the interrupt mo...
Posted on October 24, 2016 at 09:29Can I ask an easy question,that I found the systick CMSIS interrupt number is -1and in NVIC_SetPriority(), the negative interrupt number will operate different with positive interrupt number So, can I set peripher...