STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Adding a external AC6System work bench

Posted on May 25, 2018 at 08:40Hi I want to know how to add external lib to the folder for AC6 System workbench IDE. What i did till now? I have added the Lib source file name and the folder locations in the below path Project Properties --> C/C++ B...

STM32F7: DMA only relieable in first 64k of RAM?

Posted on February 04, 2016 at 15:08I just discovered some strange behaviour while working with the STM32F7 discovery: The SD card driver suddenly stopped working, because I added some additional buffers, variables in memory, nothing else. After inv...

js23 by Associate III
  • 2538 Views
  • 15 replies
  • 0 kudos

STM32F051K6 Schematics verification

Posted on May 23, 2018 at 16:28Hello Sir,Currently we are working on a industrial project. This is targeted for a monitoring purpose,  which detect by using magnetic flux density sensing.In which we have done a circuit with MCU STM32F051K6, we need ...

jom sabu by Associate
  • 775 Views
  • 3 replies
  • 0 kudos

5v Tolerant UART on STM32H753

Posted on May 30, 2018 at 17:08Hello,We want to connect a 5v UART device to our STM32H753 MUC through one of the 5v-tolerant UART_RX pins.The MCU IO voltage is 1.8v.The UART is one-directional, from the 5v device to a UART_RX pin, for example PB15.I...

Yan Rosh by Associate II
  • 727 Views
  • 4 replies
  • 0 kudos

STM32L476 - Elimination of ST Link part

Posted on May 31, 2018 at 09:56Hello, I'm using STM32L476 Discovery board. Using the ST Link (5v), Live Hearing, Record and play back functions are working. But, I'm trying to eliminate the St-Link part from the board, for this purpose i tried givin...

Resolved! Using the ADC MCP3903 via the MCU STM32F072RBT6

Posted on May 30, 2018 at 11:15Hi there, I am new to this community and recently started using STM32 mcus. There is still alot I do not know about this subject so please bear with me. I am trying to get familiar with using these mcus and would there...

STM32H743: What is the purpose of pins FDCANn_TXFD/RXFD

Posted on March 01, 2018 at 14:39We are currently setting up a project using STM32H743 and need to implement CAN / CAN-FD. When activating FDCAN1 or 2 in Cube as Mode 'FD', two additional checkboxes can be activated: Enable_FDCAN_TXFD and Enable_FDC...

GS1 by Senior III
  • 807 Views
  • 4 replies
  • 0 kudos

F030 UART framing error

Posted on May 31, 2018 at 09:29Hello,I am trying to receive data from https://learn.adafruit.com/adafruit-ultimate-gps?view=all, it should output 9600bd. MCU is STM32F030K6T6. Rx/Tx are crossed as they should be, connected to USART1 (PA2/PA3). I am ...