element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Avnet Boards Forums
  • Products
  • Dev Tools
  • Avnet Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
Avnet Boards General Need a hand on a small project with Maaxboard RT
  • Forum
  • Documents
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Avnet Boards Forums to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 15 replies
  • Subscribers 335 subscribers
  • Views 2120 views
  • Users 0 members are here
Related

Need a hand on a small project with Maaxboard RT

samr2
samr2 over 2 years ago

Good Day,

I would like an expert to give me a hand developing a small Bare-Metal R&D project with following definitions (We will agree and I'll pay for that):

I need to have a SPI 24 bits ADC and a Small SPI touch display (ILI9341 Controller Chip for example or equivalent) connected to and controlled by a MaaxboardRT (only through CM4).

CM4 should be able to receive analog input from external ADC and take care of display simultaneously.

The project has to be developed in MCUXpresso and defined as a Multicore Project.

The result of this project will be a MCUXpresso multicore project code and a wiring diagram up and running.

Please let me know if you are interested and how much it will cost you doing that or any other questions you may have.

Thanks in advance,


Cheers,



  

  • Sign in to reply
  • Cancel

Top Replies

  • tjaekel
    tjaekel over 2 years ago in reply to samr2 +1
    Hi samr2, it sounds like, you want to use ADC1256 in order to sample audio. Are you sure? ADC has (just) 30 KSps (not 44.1 KHz or 48 KHz). And when I check the SPI timing: with 10 MHz (max.) XTAL frequency…
Parents
  • tjaekel
    0 tjaekel over 2 years ago

    Hi samr2,

    I have started working on MaaXBoard-RT recently.
    I am just a regular user but I try to do my best to help here in forum (with current and collected experience).

    I want to use SPI as well (near soon). Focus is a "network SPI adapter".

    I can (and have started to) share experience in forum. If I can really help on all your project topics...?
    (not sure, due to lack of HW needed and a slightly different focus for my project(s))

    Let's see:
    If SPI will work (and I need, not decided yet if CM7 or CM4 should do), it might help you for your ADC and your touch display,
    The challenge would be: to have the same external hardware as you are using.

    Personally, I would break down your project into "work items".
    I would also try to start with SDK examples.

    So:

    • bring-up dual-core system: CM7 and CM4, "talking to each other" (I would consider the CM7 as the master, CM4 as a slave) - RPC, messages, synchronization
      BTW: why CM4 only? Why not CM7 (only)?
    • implement SPI (in general), on CM7, or CM4 (but maybe CM7 triggers to do "SPI transactions" done on CM4) - I need as well and maybe I have it working in few days
    • connect your SPI touch display and see some messages, graphics there: do you want to use a "graphics wizard" (tool) or hard coded display images?
      Also: "touch"? is all via SPI? Or is the touch control a different channel, e.g. I2C, a second SPI?
    • OK, bare-metal. I prefer personally to use an RTOS, e.g. FreeRTOS on CM7 - all my examples will use FreeRTOS
    • any other interfaces needed?
      e.g. Debug UART, UART or even ETH (network) to a host PC... Or all just controlled by user via touch display only?

    If you have already the hardware which do you want to connect (the DAC board, the display board) - please provide a bit more info what and where to get
    (maybe I can order and try myself).

    If you need a very simple "bare-metal" starting project (but without SPI, without display, just toggle the three LEDs):

    tjaekel/MaaXBoard-RT_shell_cm7: MaaXBoard-RT Shell with command to toggle LEDs (all three) (github.com)

    Good luck and best regards

    (I could imagine to "help", if you pay for the HW needed)

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • samr2
    0 samr2 over 2 years ago in reply to tjaekel

    Hi tjaekel 
    Thanks for your response,
    yes CM4 and CM7 should talk to each other. I want to keep CM7 for another heavy process, something.
    Bare-metal because it really needs a real-time process on CM7, I'm not sure if we could keep CM4 on FreeRTOS separately.
    I general CM4 should manage ADC / display/ Bluetooth (a2dp/BLE) and give some data to CM7.



    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • samr2
    0 samr2 over 2 years ago in reply to tjaekel

    Hi tjaekel 
    Thanks for your response,
    yes CM4 and CM7 should talk to each other. I want to keep CM7 for another heavy process, something.
    Bare-metal because it really needs a real-time process on CM7, I'm not sure if we could keep CM4 on FreeRTOS separately.
    I general CM4 should manage ADC / display/ Bluetooth (a2dp/BLE) and give some data to CM7.



    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube