• Structures
    In my application I have a number of different structure variables. In all cases the members are unsigned char. I pass the structure to a function via a pointer where the various structures may have...
  • Problem with structures containing structures
    Hello, I have a problem with the following structure declaration: typedef struct { HDEntriesTYPE HDWindowStartSTRUCT; } actualPlayerStatusTYPE; typedef struct { unsigned long StartClusterUL;...
  • How to change selected device on JTag in Keil 5.30
    I have two STM32G31 Nucleo boards daisy chained together on a JTag link. Using Segger JLink command line I can connect and see all four devices (each MCU has two jtag devices). I can also use the command...
  • 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...