• STM32F103RC Assembly Program link problem?
    I have written the following assembly program. It compiles without errors, but I get this warning: FirstTest.sct(8): warning: L6314W: No section matches pattern *(InRoot$$Sections). The purpose...
  • Getting SPI to work
    Hi, I'm using a MCBSTM32E board, with a ST32E103ZE Arm Cortex M3 processor. I am trying to get the SPI interface to work, but so far I've had no luck. I've tried simulating, and capturing the pin...
  • SPI not working for STM32H7xx
    I am configuring SPI5 of STM32H7xx for full duplex communication with Trinamic Motor Dricer TMC5072. I am not getting any proper signals across the 4pins of SPI when i check using a CRO. int main...
  • SPI is not working on LPC2294 board
    Hi All, the SPI code is working fine with keil simulator and it is going to ISR whenever SPIF is set. but when the same code is loaded to LPC 2294 hardware board it is not working and indefinitely...
  • P89v51rd2 spi not working-help
    Hi, I am trying to interface ADC-cs5463 with P89v51rd2 micro controller using "bit banging SPI" code but not getting any result. I am using below code if any one can see the code and if i am...