STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

[OTG + documentation] split sentence

Posted on August 25, 2017 at 23:43More.Thisis one sentence - The core reserves this space in the receive data FIFO to write SETUP data only, and never uses this space for data packets.Seen across all OTG chapters in all checked RMs.JW

0690X000006081GQAQ.png

Bug in STM32CubeMX v 4.22.0 with dual ADC mode

Posted on July 11, 2017 at 18:48When I had generated code with dual ADC on regular simultaneous mode from STM32CubeMX, the code after compiled couldn't get to work and rised error handler, so I traced the problem, found that there is a multiple mode...

0690X00000603wIQAQ.jpg 0690X00000603szQAA.jpg 0690X00000603t0QAA.jpg 0690X00000603wMQAQ.jpg

Resolved! What is hardfault?

Posted on September 07, 2017 at 18:02I want to know more about hardfault.1-)Is there any documentations about hardfault on stm32f415 microprocessor?2-)Why does Hardfault occur(all reason)?3-)Are there any difference between the processors(for exampl...

four uarts on stm32L433?

Posted on September 05, 2017 at 22:05Is it possible to get four USART/UART devices at once on the STM32L433 in a 64-pin package? I need one UART for input, one for output, one for external logging, and USART1 for debugging.Is this doable? I've used ...

Square wave generation with STM32 and timer

Posted on September 06, 2017 at 22:27hi everyone,I'm trying to generate a square wave / quadrature signal ( 2 square wave with 90 degrees offset). The board is a STM32F103C8The goal of the project will be to send an exact number of pulse. Frequency ...

paul sauv by Associate III
  • 781 Views
  • 1 replies
  • 0 kudos

STM32F769IIT Development environment

Posted on September 07, 2017 at 13:54I am looking for some guidance in choosing a development environment and compiler for the STM32F769IIT chip.  This is my first venture into the ARM world.  I have been programming Microchip parts for about 25 yrs...

pmuldoon by Associate
  • 260 Views
  • 0 replies
  • 0 kudos

FT6236 interfacing with I2C3 inside STM32F407

Posted on August 28, 2017 at 09:53Hi,     I m using FT6236 capacitive touch screen controller with I2C3 inside STM32F407. All required Connections have been checked thoroughly. I have referred the reference code from all possible links available fro...

24C02 with STM32CubeMX

Posted on August 25, 2017 at 13:11Hello,I'm trying to use this code to write/read a EEPROM 24C02,but it's not working,what i'm doing wrong?Could someone post a example please?uint8_t eedget[1],eedata[1];void main(){eedata[0] = 0x01;eedata[1] = 0x02;...