STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

EOC flag clears when entering ISR

Posted on November 04, 2016 at 16:59 When I start the ADC conversion the code jumps to ADC1_COMP_IRQHandler In ADC isr the EOC flag clears after first assembly instruction of isr code. So when I check for EOC flag if is set...the flag is already...

ionutF by Associate III
  • 604 Views
  • 2 replies
  • 0 kudos

UART and USART problem

Posted on November 03, 2016 at 15:40Hi I had configured a the UART_DMA_ hyperterminal program for the evaluation board newly by cubemx and its working fine by USART_1. But whenI configured it for UART_8 for my mcu its sending the characters but I ca...

dixon by Associate II
  • 667 Views
  • 4 replies
  • 0 kudos

STM32f4 Discovery : Target not found

Posted on November 04, 2016 at 14:32Hi guys. I was working with this board and it works well. But suddenly when i wanted to build and run my code (Attollic True Studio) into the board again it show an error that it failed to connect to ST-Link. Reas...

STM32F3-Discoveryboard confusion about LED's

Posted on November 04, 2016 at 12:42I've compiled and linked the original  sources without modifications  of the board. After upload and starting the demo with the debugger the initialisation should start with LED3. here the code snipped:  /* Initia...

hhosburg by Associate II
  • 265 Views
  • 0 replies
  • 0 kudos

I2C Multiplexer

Posted on November 03, 2016 at 16:08Hi I am triyng to use multiple MPU9250�s with Motion Driver 6.12 with STM32F4 Discovery. I am using TCA9548A 8 channel i2c multiplexer.In arduino solutionWire.beginTransmission(TCAADDR);Wire.write(1 << i);Wire.end...

ugur by Associate
  • 421 Views
  • 1 replies
  • 0 kudos

stm32f401 with vs1053b

Posted on November 04, 2016 at 11:00Hi,I am working on STM32F401 with VS1053b. VS1053b (slave) is SPI interface with SPI1 of STM32F401rct( Master).     In order to communicate the vs1053b, we need to drive two different clocks of SPI SCLK (clock) i....

Kris1 by Associate II
  • 508 Views
  • 0 replies
  • 0 kudos

STM32F4 USB Layout

Posted on November 04, 2016 at 08:53Hi all,i want to build my own STM32 PCB with USB connection, I want to use the USB communication for sending Data via VCP(CDC) to the PC and to programm the STM32 via DFU. Currently I'm using the discovery board a...

luk by Associate II
  • 400 Views
  • 1 replies
  • 0 kudos

Bug on I2C mem read DMA

Posted on August 16, 2016 at 09:51HiI posted a bug weeks ago without any response so I start this thread. (/public/STe2ecommunities/mcu/Lists/STM32Java/Flat.aspx?RootFolder=https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Java/possible%20bug...

0690X00000604vFQAQ.png