• Mailbox send & receive sync
    Hi, I have a code for USB mass storage device on atmel AT91SAM7SE512 target. The code is based on Keil\ARM\Boards\Atmel\AT91SAM7X-EK\RL\USB\RTX_Memory . When connecting my device to a PC and...
  • CS42L52 Codec Configuration on MCBSTM32F400 board
    Hi , I am having a little bit of trouble configuring the audio codec (CS42L52) on the MCBSTM32F400 evaluation board . I am trying to do a reset to the codec via the reset pin , but looking from...
  • MCBSTM32F400 board sample PHY for v.12 latest board
    Hi, I have just received my new v1.2 Keil MCBSTM32F400 board, I found that the PHY chip is replaced to KSZ8081,is there any sample code or .axf file that I can test the Ethernet is working or not...
  • 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...
  • 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...