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

STM32F0 JTAG/Boundary Scan

Posted on July 20, 2017 at 15:57HelloI created a design with a STM32F072RB Controller, and I had a meeting about testability/ Design for Test (DFT) of the board.The feedback was: The controller does not support JTAG Boundary scan. Boundary Scan woul...

Using bxCAN interrupt driven

Posted on July 20, 2017 at 16:22I'm using the bxCAN peripheral of an STMF3 uC in an environment where1.) it is essential that the node is detached from the network once the REC/TEC has reached the warning level (waiting for the bus-off condition is ...

gusztav by Associate
  • 482 Views
  • 0 replies
  • 0 kudos

Resolved! Issue re-enabling LPUART1 receiver?

Posted on July 19, 2017 at 23:10I have a circuit that requires the receiver to be disabled when transmitting and the transmitter disabled while receiving. I seem to be having trouble re-enabling the receiver after transmitting a packet of data. I do...

Problems found in STM32F746NG USER MANUAL

Posted on July 20, 2017 at 12:55Refering to page no 167 in en.DM00124865.pdf  which is available as STM32F746NG USER MANUAL. These are following typo errors are found as follows:Bit 10 ADC3EN: ADC3 clock enableThis bit is set and cleared by software...

Resolved! STM32F446RE stand by mode and wake up with RTC alarm

Posted on July 19, 2017 at 15:38Hello All,I am trying to put my MCU into stand by mode and then wake him up with RTC alarm. I am pretty sure that this part is working for me. My problem is that when the MCU wakes up it doesn't continue to execute th...

Resolved! STM32F746ZG SPI not receiving data, using CubeMX

Posted on July 19, 2017 at 14:34Hi there, I'm trying to receive data over SPI using the Nucleo-F746ZG. I'm using Cube MX and AC6 Workbench. Unfortunately, there are no SPI examples for this board that use the drivers generated by Cube MX (That I can...