Unable to get EOC on Triple ADC mode
Posted on April 21, 2016 at 19:44The 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 April 21, 2016 at 19:44The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on April 19, 2016 at 21:39Hello All: I am tearing my hair out trying to get cycle-by-cycle PWM control working on the Stm32F303RE using the OCRrefClear signal from the comparators. PWM working on complimentary channels (check). COMP works...
Posted on April 21, 2016 at 14:57Hello everyone!I currently working on my masters work with STM32F1 MCU. I created work in STM32Cube - SPI2 communication protocol with gyro, UART communication protocol to PC. And everything was fine until I wanna wr...
Posted on April 20, 2016 at 22:40Hello everyone,I'm developing a code in STM32F407VG. this code will erase the flash memory in a first step, and for a further work will upload a code into this memory.this is my code for erasing the flash memory.//un...
Posted on April 21, 2016 at 13:22Hi, is there a way to configure the software interrupt in STMCubeMX, in order to have the bases IRQhandler function already generated by STMCubeMX? Thanks Eric
Posted on April 21, 2016 at 14:22 IC: STM32F072CBT6 RTOS: FreeRTOSV8.2.1 IDE: Visual Studio 2015 (Visual GDB) ST-Link v 2.0 DMA Settings: hdma_spi1_rx.Instance = DMA1_Channel2; hdma_spi1_rx.Init.Direction = DMA_PERIPH_TO_M...
Posted on April 21, 2016 at 12:19Hi,I want to use bootloader from usb with stm32f429 discovery board. I have pull down the BOOT0 pin and pull up the BOOT1(PB2) pin. I have connected the boards to copmuter from usb connectors (from mini and micro usb...
Posted on April 20, 2016 at 18:14.
Posted on April 12, 2016 at 11:58On my board, I want to activate the virtual com usb, but not function.I generated of the https://www.dropbox.com/s/addgrf6w4k45cif/usb_usart1.zip?dl=0 with STM32CubeMx, enabling only USB and UART1 pins of the STM32F1...
Posted on April 21, 2016 at 08:51Hi all,I am writing a program on the STM32F446 in which I am trying to talk with a PCM sound module via I2C. I am attempting to read its registers, which involves sending the register number and then reading the valu...