• SPI clock selection
    Using Stm32l476 controller. Master is running at 30 MHz and slave is running 15 MHz. In SPI master clock should be system clock/2 slave clock should be system clock/4 Question 1: My understanding...
  • external clock selection using UCFG1 for P89LPC9408
    I am selecting external clock using UCFG1 SFR register in START900.A51 file for P89LPC9408 is the following code is sufficient to activate my external clock in my hardware?. NAME ?C_STARTUP...
  • THE SELECTED SERIAL INTERFACE IS EITHER NOT INSTALED
    Hi all, I have the problem that I've exposed in the tittle. Once compiled when i want to start a debug session i can't do it because of the error: THE SELECTED SERIAL INTERFACE IS EITHER NOT INSTALED...
  • rpm selection
    i m using a stepper motor of 1.8 degree step angle i want to write a program which will control the speed of stepper motor i.e. on lcd ther is a rpm selection from 100 to 200 and according to that i...
  • segment selection
    Hi all, I'd like to know if it is possible to select a segment from another one. I explain: usually you do this: CODE_SEG segment CODE rseg CODE_SEG what I want to do is: CODE_SEG segment CODE...