Quantcast
Channel:
Browsing all 59170 articles
Browse latest View live

Forum Post: RE: RZ/A1L RSCAN sample

Did you ever get an answer for this?  I still don't see it on the Renesas RZ/A1H page...

View Article


Forum Post: Stuck at Instruction Synchronization Barrier (__ISB())

I have three threads in my system and my stuck in tx_thread_schedule.c at the line: __ISB(); //Instruction Synchronization barrier Is this some sort of mutex wait? I have three threads at priorities...

View Article


Forum Post: RE: Project import issue, secure builder required....

The license trick did not work for me as it was already pointing to the correct license. Instead, I had to do this: Properties - C/C++ Environment- Add add this environment variable:...

View Article

Forum Post: RE: Enabling "Event Trace" option results in build failure

Are you also compiling FileX from source (it's necessary for event trace)? There is a known issue where adding FileX source removes SDMMC peripheral initialization from the generated code. The...

View Article

Forum Post: RE: RL78 F12 HW uart TX with no interrupt, pooling flags?

I believe the correct flag to check transmit buffer status is bit BFFmn in register SSRmn. Rgds Frank

View Article


Forum Post: RE: Starter Kit demo source code

Hi everybody, I'm trying to run the Weather Panel example on a SK-S7G2 using SSP 1.0.0.  I fixed error discussed in this page, but when I try to build program, I find a new error: 'g_jpeg_decode_cfg'...

View Article

Forum Post: RE: Starter Kit demo source code

Did you add the "D/AVE 2D Driver on dave2d" Framework to the HMI thread to fix the Configuration error? If so, remove it from the HMI Thread, and add it to the HAL/Common section instead. There is a...

View Article

Forum Post: RE: RZ/A1L RSCAN sample

It was held up internally. We've added a new project example for booting from QSPI and re-submitted it for web upload.

View Article


Forum Post: RL78G13 Clock Differences

There are 3 kinds of system clocks for RL78G13 1. Main System Clock 2. SubSystem Clock  3. Low-Speed on-chip oscillator High-Speed System Clock can be selected for Main System Clock. At this point...

View Article


Forum Post: RE: Starter Kit demo source code

Thank you Jeremy. Problem solved. After your answer I had another problems, but I fixed it. Now it works!!! :)

View Article

Forum Post: RE: Enabling "Event Trace" option results in build failure

Yes I'm also compiling FileX from Source. I tried taking it out from the SDMMC thread and placing it in every other thread (one at a time) but still get the same build error. The offending piece of...

View Article

Forum Post: RE: e2studio simulator for RL78, looking for cycle counter

Which compiler do you use, and which options? The instructions are read-modify-write. A compiler with low optimisation will do 2 mov and one or at minimum. It may also add some address calculation. A...

View Article

Forum Post: RE: Enabling "Event Trace" option results in build failure

Sorry if it is a naive question, but it's the first time I see "&NULL". Is this even legal? Is it a GCC convention? Besides that, if NULL is not #defined, how can be &NULL evaluated?

View Article


Forum Post: RE: Enabling "Event Trace" option results in build failure

The &NULL is generated code. I had the same question. It is a callback for the sdmmc dma transfer function. Its set to NULL in the configurator, which results in the automatically generated code....

View Article

Forum Post: FreeRTOS compilation in IAR for RL78

Hi, I was compiling FreeRTOS v8.2.1 in IAR version 2.20. But in the FreeRTOS file FreeRTOSV8.2.1/FreeRTOS/Source/portable/IAR/RL78/portasm.s87 interrupts are defined as follows ; Install the interrupt...

View Article


Forum Post: RE: Request for Application Note Ideas- Kit Give Away

Ok all its time to announce the winner. In fact, since I'm so late in announcing I'm going to give away two kits to two randomly selected kit suggestion providers (all entries were good ones, so you...

View Article

Forum Post: RE: CPU frequency error

Hi Afreen, Were you able to retrieve the device ?? @Scott, I am facing a similar issue, is there a way to communicate to the device and update the option bytes.  I cant believe its so simple to...

View Article


Forum Post: no output

when i upload this program to blink led iam  not able to see any out board i dont know whats wrong with this can any one help me? #include Arduino.h // the setup function runs once when you press...

View Article

Forum Post: RE: no output

4LEDs on GR-KAEDE are defined as following. PIN_LED0 PIN_LED1 PIN_LED2 PIN_LED3 No LED is on Pin 13 as Arduino UNO. So you need to write as below. #include Arduino.h // the setup function runs once...

View Article

Forum Post: RE: Problems using the E1 Debugger within E2Studio

Hi guys, I am waking up this thread because I am facing the same issue here. Console output: GDBServer for Renesas targets.    Version 4.01.00 (Sep 18 2015 15:55:11) Starting server with the following...

View Article
Browsing all 59170 articles
Browse latest View live