STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

CubeMX Race condition

Posted on October 19, 2015 at 00:11The generated code initializes all peripherals and enables interrupts.The application code's first hook is after peripheral initialization.How do I ensure that no interrupts before all high level peripherals are re...

osama2 by Associate II
  • 327 Views
  • 0 replies
  • 0 kudos

STM32Cube Feature Request - USB Composite Device

Posted on October 17, 2015 at 16:57Hello ST,I'd like to suggest to add the feature of USB composite devices (e.g. CDC + HID - or 2 times CDC). This would improve the STM32Cube's usefulness a LOT!Until that feature is implemented:Can anyone give me a...

DMA events like functionality

Posted on October 18, 2015 at 19:57Hello there,I know that dma can be used to transfer data from/to peripherals to memory and etc. I was wondering though would it be possible to use the dma for registering certain events instead of interrupts?For ex...

st-link error

Posted on February 05, 2013 at 06:41I am using stm32-f407 discovery board with IAR. It was working quite fine but when i tried to interface a 16 x 2 lcd and downloaded the code, it gave the following error .  Fatal error: ST-Link, No MCU device foun...

Want to trigger DMA from Timer

Posted on October 14, 2015 at 18:22 I am using the ST32f I would like TIM4 to trigger the DMA which should move data from memory to SPI2. Tim4 count is changing but it does not trigger the DMA. Can somebody please point out where I am go...

JustMe by Associate III
  • 1492 Views
  • 5 replies
  • 0 kudos

STM32F411 USB FS OTG Problem (losing data)

Posted on October 17, 2015 at 02:16Hi All Does anyone know of differences in FS USB OTG behavior for the STM32F411 compared to other STM32F4xx parts? I have a USB-MSD function which receives data from a PC host and saves to internal Flash. The PC ho...

hpipon957 by Associate III
  • 377 Views
  • 0 replies
  • 0 kudos

Can not assign Unsigned char = unsigned char ?

Posted on October 16, 2015 at 23:05Guys, I tried to use unsigned char below, but I got error, how can I fix it ?                  [CODE]const unsigned char data[] = {0xFF,0xF2,0x40,0xC0,0x19,0xB7,0x00,0x14,0x02,0xE6,0x5C,}; unsigned char *q; q = dat...

cube f4 i2c repeted start

Posted on August 31, 2015 at 20:09Hi. Is it possible and if yes, where can i find examples how to communicate with slave devices that work only with  Repeated Start instead of Stop when reading them? Library: Cube F4 V1.3.2 MCU: STM32F429ZI

khorght by Associate II
  • 582 Views
  • 2 replies
  • 0 kudos