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

nRTS / nCTS behavior is NOT expectation

Posted on August 09, 2017 at 03:49Dear SIR,Issue : nRTS / nCTS behavior is NOT expectation,description:while(1){} empty loop is running on MCU, data is not taken from USART->RDR.The expectation is nRTS is set to high until the data is read from USAR...

ejlien by Associate II
  • 946 Views
  • 5 replies
  • 0 kudos

Resolved! Can the I2C Bus only send 9 pulses on the CLK line?

Posted on August 15, 2017 at 23:20I am using the STM32F072 device and the I2C bus to talk to a slave device.  The slave device is an Texas Instrument battery management device.  The problem is this slave device I2C probably has a bug that occasional...

Vu.Andy by Associate III
  • 1979 Views
  • 3 replies
  • 1 kudos

STM32f042 CAN attempt

Posted on August 15, 2017 at 19:55Hello.I am using a stm32F042 for some CAN communications, alongside a SN65HVD230 as transceiver.I have two boards (my own) using both those ICs.I made a simple program, based on the STM32 example, from a STMCube ini...

Use CubeMX with BlueNRG-2

Posted on August 15, 2017 at 11:17Hi. Is it possible to use cubemx with BlueNRG-2? If yes how? Where to find code examples for this microcontroller, with interest for Bluetooth BLE. I want to start exploring this Upc and I needed information.Thank y...

A Bravos by Associate III
  • 504 Views
  • 2 replies
  • 1 kudos

IAP problem - user app not working

Posted on August 15, 2017 at 14:11Hello. I am trying to implement an in application programming to an F303 processor.I got to a point where I can successfully download a whole new firmware to my desired location (0x08010000) through UART. I checked ...