Forum Post: RE: RL78F14 and interrupts during self-programming
Unfortunately it doesn't seem to be the issue. Yesterday I tried to just send data from the PC on an infinite loop after the table switch is done and not a single byte was received. The RAM interrupt...
View ArticleForum Post: RE: SSP Low Power Mode -- g_lpm.p_api- enterLowPowerMode() missing
Hello Martin, The documentation you're looking at refers to 1.0.0 Gold release. You'll be able to get the 1.1.0 docs once the full (non-alpha/beta) SSP is released.
View ArticleForum Post: Input Capture Interrupt RX62T MTU3 Unit
Dear board, I have an issue with the input capture functioniality of the RX62T MTU3 timer unit. I have configured the MTIOC6A Pin for Input Capture on rising edge. But the CPU is also generating...
View ArticleForum Post: RE: Flashing RX6218 with FDT 4.09
Thank you very much Frank. This was extremely useful. Was able to download successfully using CS+ and got the board to work.
View ArticleForum Post: How many byte can I transfer with SPI framework?
I everybody, I need an information about how many element in an array can I transfer with SPI port using SPI Framework ( I use S7G2 SK).
View ArticleForum Post: RE: Reset problems with Burst EMC test
When you say you are using RL78G13-100GC, I assume you mean R5F100GC (48pin RL78/G13 with 32KB code flash) I'm not familiar with EMC test Burst (IEC?) EN 61000-4-4, but it sounds much more severe than...
View ArticleForum Post: RE: Required schematic description for Y-RCAR-M2-PORTER-A Board
Rajesh, I'm sorry. Unfortunately I'm not too familiar with this particular board. Could you please tell when you have bought the board and where? Kind regards, Sergey Sokol Forum moderator
View ArticleForum Post: RE: Required schematic description for Y-RCAR-M2-PORTER-A Board
Sergey Sokol, I got this board from my manager one week back, and don't know where this board came from. Thanks, rajesh
View ArticleForum Post: USB Ethernet
How to start Ethernet over USB for Renesas RZA1H board? I can see the Ethernet Gadget (with CDC Ethernet support) selected in the kernel configuration and loadable module support is disabled. When...
View ArticleForum Post: RE: RX210, SCI in UART Mode, not working above 19200 bps
Hello FrankL, Sorry for the late reply. Using the formula is get the following: PCLK: 6MHz For BPS of 9600, the result is 38.0625, value set in BRR is 38. Error % is 0.16% For BPS of 19200, the result...
View ArticleForum Post: RE: How many byte can I transfer with SPI framework?
Hi everybody, I found the maximum number of element transferable with SPI Framework. (corrisponding to the max value of uint).
View ArticleComment on How I Easily Got Started Using the Renesas Synergy Platform
Thanks Calvin. I'm going to get to licensing one of these days but appreciate your valuable addition to the conversation.
View ArticleForum Post: RE: USB Ethernet
In the BSP, you can find instructions under: doc/testing/usb-function.txt github.com/.../usb-function.txt Chris
View ArticleForum Post: RE: USB Ethernet
Thanks for the reply. The steps given in the document worked for me.
View ArticleForum Post: ThreadX run-time thread performance info
I am trying to enable the run-time thread performance information facilities of ThreadX. I added the ThreadX Source module to my Synergy project under Hal/Common Modules. I updated the Properties to...
View ArticleForum Post: rza1h 256 QFP library
Hi! I'm looking for the the eda library for the rza1h (R7S72100) but I can't find it. Could you please tell me where to find the symbol and the footprint for this component? Thanks in advance!
View ArticleBlog Post: Professor_IoT Special Report: Renesas Synergy Makes Big Splash at...
If you weren’t in Nuremberg, Germany last week, you missed a big Renesas Synergy Platform coming out party. Walking into the exhibit hall from any of the three entrances, you couldn’t miss the Renesas...
View ArticleForum Post: Embedded World Special Report
Double your Professor_IoT fun this week! Check out my special report on Embedded World today, then enjoy my regular weekly blog, which I will post within the next day (the theme is Synergy PEs,...
View ArticleForum Post: RE: RX210, SCI in UART Mode, not working above 19200 bps
That's correct. You have to keep in mind that you have this error for every single bit. And for a complete data byte the errors add up. With this error of 8.5%, this means that the 8th data byte stops...
View ArticleForum Post: RE: RL78F14 and interrupts during self-programming
Hi Rafa, I tried to do break on a RAM handler. It was possible to break in there. The handler address is 0xFFBA9 at RL78/G13. I generated a AD interrupt by force setting the flag bit. The screen shot...
View Article