Skip to content

Tag Archives: renesas rx

App note provides a guide to Dhrystone benchmarks

Let’s take a bit deeper look at how you can run your own MCU Dhrystone benchmarks guided by a new application note.

FPU accelerates polynomial calculations for thermocouple measurements

For a minimum memory footprint, and therefore minimum system cost, your design must calculate the polynomial in real-time and a floating-point unit (FPU) can greatly accelerate that task.

IAR Systems announces support for the RX Application Binary Interface

Compiled code developed with Renesas and IAR tools can now be mixed and matched. Libraries, drivers, and other software developed with Renesas tools can be used seamlessly in the Embedded Workbench.

Benchmarking nested RX interrupt response including external sources

Let’s add an external interrupt into the mix and take a look at the type of response that you can get from nested interrupts.

Polynomial data table in memory offers speedy access but adds system cost

One alternative to solving a polynomial that represents a thermocouple in an application is to use brute force and a good math package, and create a conversion table in advance.

Leverage FPU and ADC capabilities in control applications

An MCU with an ADC can obtain a temperature reading by using the ADC to measure the voltage output by the thermocouple. But what is the precise temperature to voltage relationship?

Fast interrupt function and register allocation accelerate interrupt response

The RX includes a Fast Interrupt Function that can be utilized with one interrupt source. Moreover the large register file in the RX can slice time in the interrupt service routine (ISR).