• MCBSTM32F400 http server example problem
    Hi guys, I am using MCBSTM32F400 development board to lear http server application. There is a example project in Keil called "http server ipv4/ipv6 (MCBSTM32F400)". I use this example and download...
  • MCBSTM32F400 external ram
    I'm using the Keil MCBSTM32F400 development board and I'd like to start using the external SRAM. From the user's guide the SRAM uses the following pins and is at the following location: SRAM FSMC_NE3...
  • keil mcbstm32f400 timer with interrupt
    I am using keil mcbstm32f400 and I want a timer to generate interrupt every 2ms .I have written the code but i want some guidance whether i am approaching the problem in a right way.My doubts have been...
  • keil mcbstm32f400 core utilization
    I am measuring acceleration continuously using keil mcbstm32f4 development kit and calculating the time dt for integrating acceleration to get velocity. Velocity= summation of a*dt.Since dt is very small...
  • MCBSTM32F400 Ethernet sample code
    Hi, does anyone have code for using the ethernet interface on the MCBSTM32F400 board? I have tried the lwIP sample code downloaded from ST, but it is written for another hardware. It uses a PHY...