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

F407 USB HS host with internal PHY

Posted on November 13, 2014 at 10:19I'm using USB HS host mode with internal PHY but get a problem that i can't enter the interrupt when i plug or unplug my usb device. my program code is modified from host_device_libV2.10-USB_host_example. i just m...

SPI xfer using DMA: How to transmit again?

Posted on August 17, 2012 at 04:58 The code below transmits 8 bytes from a sram buffer to SP1 using DMA. for(i=0;i<8;i++) SPI_MASTER_Buffer_Tx[i] = i+1;    /* SPI_MASTER configuration ------------------------------------------------*/  SPI_InitStruc...

Asantos by Senior
  • 932 Views
  • 8 replies
  • 0 kudos

stm32cube too heavy? , with no speed optimization?

Posted on November 11, 2014 at 10:43it seems stm32cube in some parts is too heavy and have no speed optimization, Is this right? If drivers are too heavy and not speed optimized then make our 168MHz micro a 16MHz micro in practice and waste our reso...

CAN Loopback scoped Tx dead

Posted on November 12, 2014 at 12:04Hi!    I am using a DevKit407 ( stm32f4 discovery + stm32f4dis-BB).   I managed to set up a perfectly functioning CAN1 in Loopback mode. I assume I should see the test frame sent on Tx pin (PB9 on stm32f4discove...

zamolan by Associate II
  • 800 Views
  • 4 replies
  • 0 kudos

Firmwar for UART using HAL_UART files

Posted on November 06, 2014 at 20:08Hi  we are using STM3220EVAL-G evaluation board. In our project we want to establish two UARTs communication with two different external devices in Interrupt modeUART related function are defined in STSW-STM32062 ...

STM32F0 & I2C - reading data problem (FLAG RXNE)

Posted on September 26, 2014 at 16:43 Hello. I'm trying to run a simple I2C test with my STM32 board and I can't get it to work. I'm using STM32F0 Discovery kit (master) and one slave device (some module) that I want to communicate with via I2C b...

slew by Associate II
  • 2388 Views
  • 5 replies
  • 0 kudos

STM32F107 I2C Not working

Posted on November 11, 2014 at 14:54 Hello, I am trying to interface a MEM on I2C of STM32F My code gets stuck when I read a register in the ''I2C_Reg_Write'' function below. It sticks at ''while(!I2C_CheckEvent(I2C1, I2C_EVENT_MASTER_...

is possible uart problem in my Stm32f429 application

Posted on November 11, 2014 at 02:02Hi. I have boards with stm32f429 and rs485 driver, all running on freertos. When 4 boards are connected by rs485 somtimes one board is not communicate, other 99% time all is working great. When I switch power off ...