• STM32F7 using floating point and ARM:CMSIS v4.5.0 link problem
    I have updated the package to the latest STM32F7x_DFP 2.3.0 and ARM:CMSIS 4.5.0. Unfortunately, my code doesn't link anymore. I tried to find a note in the history change for new define or change to...
  • CMSIS EXTI project example
    Hi to all.. I've just moved to ARM Cortex from Microchip PIC.. I was there for too long. (since 1996). I bought lots of dev-board ranging from Waveshare Open Series to STM32Discovery and even a Freescale...
  • Ethernet Basics
    I am starter of ethernet communication May i know how control RJ45 led's through RMII mode by interfacing LPC1768-DP83848,,,, is there is any idea or simple Examples help me lot... quick response...
  • basic doubt
    Hi , I got a basic doubt.When we compile and build our programs in keil simulator we are getting a line in the output window Program Size: data=102 xdata=8184 const=45 code=7058 I would like...
  • help with basics
    what does this code mean in the context of a function: (*(volatile unsigned long *)(spi_base[dev] + SSP_CR0)) = buf; 1. buf is already defined as: unsigned int buf 2. spi_base is defined as: ...