• CMSIS v4.5.0 UARTx Interrupt basic example
    Hi, I have been stuck on getting the interrupt to work with keil using CMSIS. I keep getting the following: Error: L6200E: Symbol USART3_IRQHandler multiply defined (by usart_lpc43xx.o and...
  • Problem with floating point number
    My Hardware has STM32L162VD as main processor and other modules on it like GPRS module SIM900. I noticed that when the hardware is under test after few hours the floating point numbers in RAM registers...
  • Problem with floating point calculations
    Hi All, I am working on LPC2378 , I have a problem with floating point calculations. When I use floating point variables and performed divison operation on It My processors got stuck in between, I am...
  • Floating point calculation problem..
    Hello I'm using u-vision5 and my target H/W is TLE9834 I can't understand why my code can't be build void filter(U16 RPM) { float omega; omega = (float)RPM; } Yeh. it was OK. but....
  • Float point Assignment Problem
    I am using Silicon Labs C8051F344 controller and for one of my project the floating point precision required is 6 digits after decimal point. I am now facing with the following problem: #include...