STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

CubeMX + SDRAM + LTDC

Posted on October 02, 2015 at 09:49I have used CubeMX to generate initialization code for my application and met a problem.CubeMX generates code for initialization all selected peripherals including FMC (SDRAM in my case) and LTDC, and places all co...

STM32F4 break inputs

Posted on October 01, 2015 at 14:24Hello there, I am currently making a motor driver using stm32f4 discovery board. I would like to implement a current limiting feature and for that I want to use the break inputs (for TIM1 and TIM8). The problem is ...

SPI RX variable length w/DMA and CRC

Posted on October 01, 2015 at 21:25Hello,Based on a reply posted in this /9d5b40d9 I implemented a SPI/DMA implementation able to receive variable length messages, terminated by CS deassertion.Since this is a DMA/SPI implementation, will the CRC be ...

Bootloader command details, SPI timing

Posted on September 28, 2015 at 23:07I have AN4286, but some of the details are vague or confusing. Is there any other source of information on the bootloader? I am working with SPI, and have most commands working, but there are still a few mysterie...

how to send two strings via usart

Posted on September 15, 2015 at 14:43i am currently working on the usart example of stm32f07 however this example sends only one string i wanted to know how to send two strings at different press of buttons #stm-32f07

CAN- message transmission problem(STM32F429ZI).

Posted on September 22, 2015 at 13:09Hello All, I have written a code for Transmission of frames from CAN-analyzer to STM32F429ZI board and back from board to CAN-Analyzer . But I am receiving only error frames in the CAN-analyzer. Even transmission...

Beginner - May this thread help others like me.

Posted on January 04, 2015 at 06:57Hello all.  I have designed an electronics board from scratch with an engineer and we have made our first prototype board.  We have chosen the STM32F407VGT6 processor. I have downloaded the STMCubeMX software and I...

Cube and the Mac

Posted on May 27, 2015 at 17:20Hello,Is there a Mac version of Cube, or must I run it inside a virtual machine?Regards,Peter

pgregson1 by Associate III
  • 487 Views
  • 5 replies
  • 0 kudos

Help for Ethernet STM32F107 connect to DP8384

Posted on September 20, 2015 at 09:25Hello every one,I have a few issues with Ethernet of STM32F107VC, I used external 25MHz and my code https://drive.google.com/drive/folders/0B_pYftFJNE1IRjdtOTlSZG5ma0UI connected STM to DP8384 as below:  - ETH_MI...

Reading and writing to SPI ?

Posted on September 30, 2015 at 08:14 Guys, Can I replace this function SPIPutChar(uint8_t data[]) { /* Write and Read a byte on SPI interface. */ unsigned char inb; /* Wait if TXE cleared, Tx FIFO is full. */ while ((SPI1->SR & TXE) == ...

Labels