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

PWR register and wakeup from Standby mode

Hello, I want to know whether PWR_CSR resets or not when exiting the standby mode using wakeup pins. there is an ambiguity in the RMin STM32F446RE MCU RM document @ 6.1.2 Power reset it is mentioned as below "A power reset is generated when one of t...

RN by Senior
  • 726 Views
  • 0 replies
  • 0 kudos

Using STM32CubeMX to interface KSZ8863 with MII (STM32F207ZG)

Posted on December 15, 2017 at 17:21Hello All,I'm interfacing a KSZ8863 (Micrel, 3 Port Switch with 2 PHY and 3 MAC) over MII from a STM32F207ZG. I've used the STM32CubeMX to generate the code with the LwIP Stack and FreeRTOS.So far, I've successful...

0690X00000609FiQAI.png
ame by Associate II
  • 2844 Views
  • 2 replies
  • 0 kudos

Documentation issue STM32 discovery kit IoT node

Hi,In this document, https://www.st.com/content/ccc/resource/technical/document/user_manual/group0/d0/f7/45/d7/3b/96/47/b3/DM00285842/files/DM00285842.pdf/jcr:content/translations/en.DM00285842.pdf Where to find this firmware package (see the photo),...

Failed to load flash loader: C:\Program Files\IAR Systems\Embedded Workbench 8.2\arm\config\flashloader\ST\FlashSTM32F401xE.flash

Hi.Here I am on a task of Migrating a code which is working the STM32F411RE processor to STM32L476RG. I have done the all the steps as per the guidelines given by the ST. I am facing an error, " Failed to load flash loader: C:\Program Files\IAR Syste...

Website issue

Hi there is an issue in the website and there is no way to contact the webmaster. The issue is in the contact list here: https://www.st.com/content/st_com/en/contact-us.html# , I've tried to send the email to: 1)AME_BO_West_Inquiries@list.st.com 2)me...

STM32F417 DAC offset

I'm using STM32F417 MCU for our system design, DAC1 and DAC2 is employed to output variable DC voltage, but both channel has about 50mV offset ( Set_DAC_Out1(0); ). In the user datasheet, there is no register related to adjust offset. Is there anyo...

Is there an emulator software by STM Microelectronics or 3rd party for STM32L476VG (with or without the discovery board)?

We want to test the performance of our algorithm on this platform, and it would help if we can do it in an emulated environment before flashing to the real board, so as to save the time of re-flashing every time. For example: the GNU MCU Eclipse as d...

CPath by Associate
  • 557 Views
  • 0 replies
  • 0 kudos

Issue to use SPI1 with port B GPIOs

Hello All,What is the secret to enabling SPI1 on PortB GPIO? Attached code below works fine on GPIOA bits PA5 and PA7Any ideas?Thanks in advance,MikeLifting the example straight from the reference manual....// Configure PortA bits 5 and 7 for alterna...