STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32f uart init bug

Posted on May 13, 2017 at 03:50this   if((Timeout == 0U)||((HAL_GetTick() - Tickstart ) > Timeout))  should be if((Timeout == 0U)||((HAL_GetTick() - Tickstart ) < Timeout))  static HAL_StatusTypeDef USART_WaitOnFlagUntilTimeout(USART_HandleTypeDef *...

Some Issues about STM32F7's USART Peripheral

Posted on May 13, 2017 at 14:48 Hi In the USART chapter of The STM32F7 ref. manual wrote that USART peripheral can reach up to 27Mbps buad rate. so I have some questions about that. First, just the STM32F7's USART can reach to this maximum spee...

HAL I2C bus scan tool

Posted on May 14, 2017 at 14:53silly little nothing that just scans the i2c bus and prints the address of any found devicesoutput should look similar to this:Connected to UART Two Scanning I2C bus: .....................................................

Resolved! How to disable stop mode wakeup sources?

Posted on May 11, 2017 at 04:59Hi,Is there any way to prevent some interrupt sources waking up when in stop mode except the one I want?  I may not know what interrupts are enabled/disabled when entering stop mode (obviously I could check the registe...

Emulation thermal printer using stm32 for windows

Posted on May 14, 2017 at 11:51I am planning to use , stm32 for usb emulation. I just want to create emulation of thermal printer using stm32, in which whenever i connect stm32 in to Window PC , it should detect as thermal printer is connected to wi...

Resolved! Ethernet RMII Rx Error

Posted on May 12, 2017 at 17:16Hi.I am working with the STM32F767 and configuring the Ethernet RMII interface.    The Ethernet PHY has an Rx Error output, and I'm not sure if this must be connected to the STM32.STMCube when configuring the Ethernet ...

Resolved! Program STM32F103C8T6 with Eclipse on a Windows 10 machine

Posted on April 29, 2017 at 04:09OK, I am sold on STM32 big time. The devices I am using are on a development board, but it's the STM32F103C8T6 at the core. It is the same device used to program using STLINK V2 from a discovery board.When I can prog...

BOOTLOADER- How to jump....

Posted on May 09, 2017 at 09:12Dear Community,I want to implement a boot loader routine located in the first flash sector (0x8000000) of a stm32F407 device. After power up the bootloader decides whether the program pointer can jump to the main app l...

jogerh by Associate II
  • 1449 Views
  • 5 replies
  • 0 kudos

How to start with asembler on Cortex M4

Posted on May 12, 2017 at 08:48Hi,I'm new at STM32. (I own DISCOVERY board STM32F411E-Disco) I have written few programs using Cube and HAL but now I need to use assembler.Can you share any sources where should I start to learn using assembler? Any ...