STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

windows gets hanged in USB MSC (with uSD) example

Posted on December 25, 2015 at 23:45Hello, For USB Mass storage, I've followed [DEAD LINK /public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/USB%20CDC%20on%20STM32L%20device%20%...

Systick delay weird behavior. [STM32F103CB] [GNUArmEclipse]

Posted on December 26, 2015 at 00:51I am experiencing weird behavior from my systick delay function.The following code does not work.void delay_ms(int time_ms){ uint32_t time_done = SystemUptime+time_ms; while(SystemUptime < time_done) { }}However t...

zhausq by Associate III
  • 432 Views
  • 3 replies
  • 0 kudos

Driving LCD panel with stm32f7

Posted on December 26, 2015 at 17:18Hello, I am designing a board  with a STM32F7 to interface a LCD 800x600, LVDS input. So I use a sn75LVDS84. But I want to know how wire RGB port and LVDS converter. At now I use RGB666 format (R[7..2], G[7..2], B...

Interfacing STM32F103ZE to SD Card

Posted on December 23, 2015 at 18:06The original post was too long to process during our migration. Please click on the attachment to read the original post.

mohamed2 by Associate II
  • 1570 Views
  • 5 replies
  • 0 kudos

No way to set SysTick to -1 priority in STM32CubeMX

Posted on December 24, 2015 at 08:02I'm using STM32CubeMX (V4.12.0) and targeting an STM32F411. By default, SysTick has an IRQ number of -1 which makes it higher priority than an interrupt with Preemption priority of 0, SubPriority of 0. I would li...

STM32F103C8T6 SPI DMA hardfault

Posted on December 24, 2015 at 08:31Hello All,I try to send an uint8_t array over SPI with DMA, but the microcontroller going to hard fault handler. The C code is generated by STM32cubeMX.My source code is:/* USER CODE BEGIN 0 */&sharpdefine meret 1...

to create stable signal problem with stm32F415RG

Posted on December 16, 2015 at 14:49 I'm doing a project that is based on the creation of signals with great precision frequency from a 32-bit microcontroller ARM Cortex M4 manufacturer ST, the (STM32F415RG) family. What I'm looking for is accura...

fjs71 by Associate II
  • 1330 Views
  • 10 replies
  • 0 kudos