• 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...
  • 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...
  • RTC example on keil MCBSTM32F400
    Hi Im just getting to grips with UVision 4 and using the Keil MCBSTM32F400 demo board. I've downloaded a range of demo programs from the ST website which are set up for the STM324xG-EVAL board...
  • LPC3250 I2S with UDA1380 Codec
    Hi All, Can anybody tell me how the CODEC and I2S will communicate? We want to play a PCM audio file using I2S. What exactly we have to do for playing a PCM audio file?