Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by miniwinwm

  1. M

    [SOLVED] I2C communication by master to slaves at same time

    The way to solve the problem is to use an I2C multiplexer. Even at one off prices a 2 to 1 I2C mux only costs half a £$€.
  2. M

    [General] Getting a constant ragged array entirely in flash memory from standard C99

    Thank you for the suggestion. I will try that on a variety of compilers and see what they do and report back.
  3. M

    [General] Getting a constant ragged array entirely in flash memory from standard C99

    If I have a ragged array of strings, defined like this... static const char * const labels[] = {"Elk", "Horse", "Hog"}; with GCC the strings go into flash memory but the array of char pointers goes into RAM. I know I can force both parts into flash by creating a section in the linker script...

Part and Inventory Search

Back
Top