Arm Community
Arm Community
  • Site
  • User
  • Site
  • Search
  • User
Arm Community
Arm Community
  • Jump...
  • Cancel
  • New
More blogs in Arm Community
  • AI blog

  • Announcements

  • Announcements

  • Announcements

  • Announcements

  • Announcements

  • Announcements

  • Announcements

  • Architectures and Processors blog

  • Arm Education

  • Automotive blog

  • Blogs and Announcements

  • Career opportunities in semiconductor industry

  • Community Blog

  • Documents

  • Embedded and Microcontrollers blog

  • Internet of Things (IoT) blog

  • Laptops and Desktops blog

  • Mobile, Graphics, and Gaming blog

  • Operating Systems blog

>
More blogs in this community
  • Solutions
  • Product news
  • Ecosystem news
  • Tools & Software
  • IP Products
  • Research & Education
  • More
  • Cancel

Blogs

Latest Blogs
  • DAC 2016: IoT Designs Require Robust Ecosystem

    Brian Fuller
    Brian Fuller
    Chinese Version(中文版) :DAC 2016: 物联网设计需要强健的生态系统 We argue about the definition and scope of the Internet of Things (IOT) but what, to me, is inarguable is its profound impact on design. A market with a…
    • June 20, 2016
  • Moortec “Let’s Talk PVT Monitoring” Series with CTO Oliver King - Thermal Issues Associated with Modern SoCs

    Moortec
    Moortec
    Thermal Issues Associated with Modern SoCs - How Hot is Hot?In this, the third instalment of the "Let's Talk PVT Monitoring" series Moortec CTO, Oliver King talks about the thermal issues associated with…
    • June 17, 2016
  • Pint of Science – Quenching Your Thirst for Knowledge

    Freddi Jeffries
    Freddi Jeffries
    Late May sees the annual Pint of Science events take place in pubs (and other somewhat unusual venues) around Cambridge, the UK and indeed the rest of the world. Designed to combine the city’s love of…
    • June 17, 2016
  • Happy 10th Birthday Mali!

    Freddi Jeffries
    Freddi Jeffries
    Mali, the #1 shipping family of GPUs in the world, is celebrating 10 years with ARM this month! In honour of the occasion I’m going to take a look at some of the key milestones along the way and how Mali…
    • June 17, 2016
  • Depth testing : Context is everything

    Myy
    Myy
    I just lost a few hours trying to play with the Z index between draw calls, in order to try Z-layering, as advised by peterharris in my question For binary transparency : Clip, discard or blend ?.However…
    • June 13, 2016
  • New! EagleSoC Development Boards on Kickstarter

    Mark Saunders
    Mark Saunders
    Some friends of ours at EagleSoC just launched a Kickstarter project for their cool PSoC 5LP-based development boards. These boards are a lower cost alternative to the Cypress Development Kits (CY8CKIT…
    • June 9, 2016
  • ARM and Cadence Work Together to Simplify IoT Design

    Eoin McCann
    Eoin McCann
    How is the Internet of Things landscape like San Francisco in the 1800’s? Well the gold rush gave opportunity to many who came to find their fortune. They sought to move beyond the established order through…
    • June 9, 2016
  • DAC 2016: Just how much security is enough?

    Brian Fuller
    Brian Fuller
    AUSTIN, Texas—Security is a balance between how much hackers want to gain by infiltrating a system and how much cost and complexity teams are willing to handle to prevent the hack. That was the message…
    • June 8, 2016
  • Building an oscilloscope's DIY kit

    Jerome Decamps - 杜尚杰
    Jerome Decamps - 杜尚杰
    In this post I start the process of building an oscilloscope's DIY kit using Arm and STMicroelectronics components
    • June 8, 2016
  • Debugging Embedded Systems: the Problems and Solutions

    Daniel O'Hara
    Daniel O'Hara
    Debugging Embedded Systems: the Problems and SolutionsThis article is the first in a series on the new debug features in SOMNIUM DRT.We all know from experience(and this is confirmed by many studies) that…
    • June 8, 2016
  • Evolving IP Configurability with ARM IP Tooling

    Eoin McCann
    Eoin McCann
    The trend for the electronics industry remains the same as ever; we want chips that are smaller, faster, more efficient. When you look at the trajectory of SoC designs you can see that the cost of integrating…
    • June 7, 2016
  • Configuring DS-5 for the System Trace Macrocell

    Matt Sealey
    Matt Sealey
    In previous blogs we covered an introduction to System Trace Macrocell (STM) concepts and terminology, and the STM Programmers' model with an example of how to generate efficient trace data. Once the…
    • June 7, 2016
  • Programming ARM's System Trace Macrocell

    Matt Sealey
    Matt Sealey
    In this blog, the second in a series, we explore the programmers' model for the ARM System Trace Macrocell. A previous blog covered basic concepts of the STM architecture and implementation. Example…
    • June 7, 2016
  • DAC 2016: ARM unveils POP IP for Cortex-A73, Mali-G71 for mainstream mobile SoCs

    Brian Fuller
    Brian Fuller
    AUSTIN, Texas—With an eye toward enabling next-generation mainstream mobile designs, ARM this week announced ARM Artisan physical IP, including POP™ IP, based on the new ARM Cortex-A73 processor. Targeting…
    • June 7, 2016
  • Introduction to ARM's System Trace Macrocell

    Matt Sealey
    Matt Sealey
    This article aims to introduce the ARM System Trace Macrocell (STM), outlining what it is, its basic operation, and why one might want to use it. Example code will be provided, minimally targeted at the…
    • June 6, 2016
  • Digital world and neuroscience on a collision course?

    Karthik Ranjan
    Karthik Ranjan
    Something of major significance happened on Friday June 3rd . The computing world collided with the world of nueroscience, here are the two relevant referneces: The Independent reported that Elon Musk…
    • June 5, 2016
  • [Quick tips] Use ffmpeg to convert pictures to raw RGB565

    Myy
    Myy
    Here's a quick tip to convert pictures to raw format with FFMPEG, in order to use them as a texture in OpenGL, with no extra conversion :BMP filesffmpeg -vcodec bmp -i /path/to/texture-file.bmp -vcodec…
    • June 4, 2016
  • Deep Learning Episode 1: Optimizing DeepMind's A3C on Torch

    Mark O'Connor
    Mark O'Connor
    In February, a new paper from Google's DeepMind team appeared on arxiv. This one was interesting – they showed dramatically improved performance and training time of their Atari-playing Deep Q-Learning…
    • June 3, 2016
  • Eye Heart VR

    Freddi Jeffries
    Freddi Jeffries
    Welcome to the next installment of my VR blog series. In previous VR blogs we’ve considered the importance of clear focus to a VR experience, as well as the essential requirement to keep ‘motions to photons…
    • June 3, 2016
  • Stride argument in OpenGL ES 2.0

    Myy
    Myy
    I'm putting this information here, as it took me way more time than it should to understand how the stride argument works in glVertexAttribPointer.This argument is extremely important if you want to pack…
    • May 31, 2016
  • The final ISA showdown: Is ARM, x86, or MIPS intrinsically more power efficient?

    cray
    cray
    One of the canards that’s regularly trotted out in discussions of ARM vs. x86 processors is the idea that ARM chips are intrinsically more power efficient thanks to fundamental differences in the ISA …
    • May 30, 2016
<>