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

Nucleo-144 DMA Memory to Memory Transfer not working

Posted on June 23, 2016 at 16:01 I am trying to configure the DMA2 using the registers and I cannot get the DMA to work. I must be having a bad day because nothing seems to be working correctly. Here is my simple code that does not...

STM32F091 UART1 Wake-UP from stop mode

Posted on June 17, 2016 at 14:03 I've been trying to get this beast to wake up from stop mode when it received data on UART1. This is my approach in code int main() { SystemCoreClockUpdate(); initStopMode(); initUart(); //Init othe...

b239955 by Associate II
  • 1546 Views
  • 5 replies
  • 0 kudos

Can't build an example from ST

Posted on June 17, 2016 at 14:45Hi, I'm facing problem with one of St's example, this one http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32cube-expansion-software/x-cube-ble1.html#get...

why no export to EmBlocks in STM32Cube ?

Posted on July 05, 2014 at 09:34Hi, EMBlocks is a good IDE for STM32, free, easier to use than Eclipse and it already support STM32 use with CMSIS. why no direct export to EmBlocks from STM32Cube..?? could be really a good thing for ST to support a ...

ffred by Associate II
  • 3034 Views
  • 12 replies
  • 0 kudos

Trigger multiple DMA transfers?

Posted on June 23, 2016 at 10:08I'm using STM32F446. I'm working in a project with 3 SPI in master mode and SDIO. Ideally I would want to have every communications using DMA, but I have some questions I can't answer by reading the manual: Having ...

Can you use both CS's for SDRAM on the STM32F7

Posted on June 13, 2016 at 11:25I have an application where I need lots of ram, I have designed a board with both CS used  SDNE0 and SDNE1 along with SDCKE0/1.  When I init both chips in the HAL the board will crash, but either one will work, has th...

Running STM32F103RBT6 code program on STM32F103CBT6

Posted on June 23, 2016 at 10:08Hi, I am working on a project with an STM32F103RBT6 development board.  Ultimately, it would be great if this project cod be put done with the smaller STM32F103CBT6 chip.  I'm wondering if it is possible to run the sa...

Maximum data thoughput on TCP/IP using LwIP?

Posted on June 09, 2016 at 10:36I plan to use an STM32F207 for data acquisition, as a TCP/IP server, using LwIP. The data would come from an FPGA using a parallel bus (F207 has FSMC for external SRAM and similar). Does anybody have an idea of the ma...

mjulier by Associate II
  • 3086 Views
  • 5 replies
  • 0 kudos