• STM32 Digital Photo Frame
    An STM32F103 Based Digital Photo Frame utilizing uCGUI Graphics Framework with source code. This is a good tutorial if you want to learn using Graphics Framework uCGUI from Micrum, FAT FS Embedded File...
  • RL-TCPnet - Send Frame
    Hi all, Anybody know how to use the send_frame function in RL-TCPnet ?
  • Remote frame broadcast
    when we send message to node that node will give response either positive or negative but when we send Remote frame to node that node will send the response for the remote frame or it will ignore it...
  • Max. Ethernet Frame Size
    I have board MCB2300 (with LPC 2378 microprocessor). I read in LPC23xx User manual that MAXIMUM FRAME LENGTH (MAXF)sets to the value 0x0600, which represents a maximum receive frame of 1536 octets...
  • frame pointer in arm32/armv7a
    Hi all, I am trying to print address of frame pointers of stack frames in arm32 arch and armv7. To find previous stack frame address I am doing (frame - 12) in arch_prev_frame() and (frame - 4 ...