I tried out some of the renesas chips a few years ago and really didn't enjoy having to use the software tools they provided.
Today I was giving their site another look and saw cubesuite listed as a development tool. Cube suite was originally an NEC product and was fairly easy to use for development so I started considering the renesas chips again but want to know if anyone else is currently using their products ?
The thing that has me interested is the RL78 line of chips because they have some interesting features I don't see a lot.
1 - They operate over the 1.8V-6.5V range for each chip, no need to get a special low voltage version or provide different voltages on the board.
6.5V is unusual, but many PICs will do 1.8-5v
2 - power consumption, .7ma in sleep mode and it can still do 9600 baud UART , the UART can do 4Mbps at full power.
Pretty much any PIC can do that (with way lower sleep current) with a soft UART as it can wake on the startbit and has an internal osc that starts fast enough and is accurate enough to to UART.
Some parts with PLLs may get close to 4mbits/sec.
Anything with a sufficiently accurate internal RC oscillator that starts up fast enough can do a soft UART from sleep mode. 1% RC oscs are pretty common - I know most newer NXP ARMs have them - not looked recently at the AVR oscs.
3 - SPI and I2C using the full voltage range, you can connect a 5.0V spi target to the chip if the chip is using 1.8v without worrying about level conversion.
May be useful in some cases but the small cost of level translation probably outweighed by other factors
4 - only part needed for operation is a capacitor, all crystals are internal
See (2) above
5 - consumes 4ma in full power mode at 3.3V
I don't think that's anything fancy these days
Generally you need to think very hard about how much you need unique features in any less-than-mainstream part.
there are all sorts of issues - part availability (MOQs, leadtimes, similar parts that can be substituted), product lifetime, support from manufacturer and community,
availability of development software & hardware, availability of produciton programming solutions etc.
Also if there is a chance that someone else may need to maintain it, availability of people familiar with the family & (more importantly) tools.
Bottom line is stick to what you know (and/or what lots of other people know) unless teher is soem feature that really makes a difference. Don't forget that cost benefits in parts cost are minimal compared to any additional development effort/learning curve until volumes get into the thousands.