STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

CAN monitor Tool

Posted on August 16, 2013 at 11:51Hi Every one ,I want to study on CAN communication on STM32 based microcontroller. I don't have special CAN device for communication. Which monitor software and usb convertor is best choice for start? As I understan...

veyselka by Associate II
  • 768 Views
  • 2 replies
  • 0 kudos

Code size for USB host Boot-loader

Posted on August 07, 2013 at 12:23I am about to write a boot-loader for an STM32F205 and I have been looking at the MSC example. When compiled this is 26kbytes in size. Does anyone know if this is typical or if there is any way of reducing this to g...

NTP/SNTP client on LAN

Posted on August 06, 2013 at 16:45I dont know about NTP i couldnt find anything in LWIP stack in 107/207 libraries. Should i write my own NTP protocol or where can i find it from? is it related to rtc timestamp?  #ntp-in-stm32

arge by Associate III
  • 1193 Views
  • 2 replies
  • 0 kudos

Ethernet on STM32F4 Discovery

Posted on August 06, 2013 at 11:15Hi everyones,I am searching a Ethernet breakout board for my eval board. I saw on this http://blog.tkjelectronics.dk/2012/08/ethernet-on-stm32f4discovery-using-external-phy/ that he is using the DP83848 Phy breakout...

A GPL+LE RTOS for STM32

Posted on August 02, 2013 at 10:12If someone wants to try ERIKA Enterprise on the board, visit this link:http://erika.tuxfamily.org/wiki/index.php?title=ARM_Cortex_MXERIKA Enterprise is the first open-source automotive RTOS released with GPL+LE. ...

d2 by Associate
  • 374 Views
  • 0 replies
  • 1 kudos

startup_stm32f4xx.s VS startup_stm32f4xx.c

Posted on July 20, 2013 at 02:53Hello everybody.I am trying to implement the Audio_playback_and_record project from the STM32F4-DISCOVERY board on CoIDE. I have managed to do so but the only way it would work is by flashing the processor using MDK_K...

Help with Ethernet configuration

Posted on July 18, 2013 at 20:18 Hello guys, I need some help. Im trying to interface a stm32f407 with a lan8720 via RMII interface using an external clock source from the PHY. I was able to measure the 50MHz sine wave generated by the PH...