• multiplier IC
    i have analoge volts on the pins. How can you achieve z=x*y with 8051? 2V*(-3V)=-6V for example
  • ARM: Error: L6200E: multiply defined
    Hello, I have following linker-error. Im using the AT91SAM7X-EK board. The error occures on different projekts with different settings. The most interesting phenomenom is with the AT91SAM7SE...
  • Symbol DMA1_Stream3_IRQHandler multiply defined
    hello i am working on a project for stm32f205 with uvision5, i am using the SPI2 interface and the USART3 interface. i need to use DMA for booth interfaces. but when i enable DMA in RTE_device...
  • SVC_Handler multiply defined
    Dear Keil, We are using the STM32F3 discovery board, and used the RTX with the demo code. When we compile, it says SVC_Handler multiply defined; Systick multiply defined etc. I was wondering...
  • Arm7 long multiply in C
    Hallo to everyone. My problem is to have the upper 4 Byte result of a multiply. For example: unsigned int a=1000000000;//only example value unsigned int b=10000000000; unsigned int c; ...