STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Ethernet protocol

Posted on May 03, 2013 at 01:48Hello everybody, I have a stm3210E eval board and I want to design a project which contains an ethernet port.I know that this board doesn't support ethernet port.could I add any external ICs to this board to have ether...

USB Host with Keil RTX

Posted on May 02, 2013 at 09:00Hi everybody, I'm working with a STM32F207 and wanna use the USB HS-Core in Host mode. As long as i work without the RTX or with only onetask to control the USB-Host it works all fine. But if I try to implement  more t...

STM3210C-EVAL - USB examples

Posted on April 24, 2013 at 10:30Hi, I'm getting started, would like to see some USB / PC interfacing. I have the STM3210C-EVAL, I'm using IAR and JLINK and have my own project compiling and running ok.I downloaded the doc at http://www.st.com/st-we...

ian239955 by Associate II
  • 922 Views
  • 14 replies
  • 0 kudos

any commercial boot loader for STM32F103?

Posted on April 29, 2013 at 17:16We need a boot loader for customers to update the firmware. The product can't provide the BOOT0 pin, so the ST build-in boot loader can't be used. I am wondering if any commercial boot loader by using UART is availab...

huiyan by Associate
  • 416 Views
  • 2 replies
  • 0 kudos

USB disconnect performence

Posted on April 28, 2013 at 14:12I have a problem when I use the USB in the Boot application and then jump to my main app without detach the USB . On the main I open it again but the other side lost connection in between. I try to stop the clock to ...

Barbie by Associate II
  • 180 Views
  • 1 replies
  • 0 kudos

STM32 ETH, F1 and F4

Posted on April 24, 2013 at 15:12Hi all, I am having a look through the example Ethernet code for the STM32F1 and 4, in the IAP packages for each of these parts, and comparing the drivers for these parts. These files seem on the whole identical, how...

stm32f2 FIFO_FS_SIZE

Posted on April 22, 2013 at 10:14I am use stm32f207vc usb FS devices mode. The IN_EP = 0x82 ;  OUT_EP = 0x03; the EP1 is no use. and I want to know how to setting the FIFO_FS_SIZE?? the VCP demo is: &sharpifdef USB_OTG_FS_CORE  &sharpdefine RX_FIFO_...

easylwl by Associate II
  • 443 Views
  • 3 replies
  • 0 kudos

ST Boot support download with offset

Posted on April 10, 2013 at 16:25Does the Boot loader of ST (DFU) support download FW for diffrent location then start of FLASH? What I mean is can I use it to burn my BOOT IAP application first on 0x08000000 with Boot hex file and then go again and...

Barbie by Associate II
  • 239 Views
  • 1 replies
  • 0 kudos

uIP question

Posted on December 24, 2012 at 17:41 uint32_t uIPMain( void ) { uint32_t i; uip_ipaddr_t ipaddr; struct timer periodic_timer, arp_timer; // Sys timer init 1/100 sec tick clock_init(2); timer_set(&periodic_timer, CLOCK_SECOND / 2); timer_s...