Quantcast
Channel: Renesas Synergy Platform
Browsing all 23645 articles
Browse latest View live
↧

Forum Post: Where to find Synergy RTC API documentation?

I used the Synergy Configuration to generate support for the RTC.  Now I need to find how the HW layer can be accessed from a ThreadX task. Is there a document that describes the HAL APIs? Thanks in...

View Article


Forum Post: RE: Where to find Synergy RTC API documentation?

Hello Lee, You can find User Guide for RTC HAL driver in chapter 4.38 of the SSP User's Manual. Chapter 7.21 explains in more detail the RTC HAL API. Regards, Karol

View Article


Forum Post: Complementary PWM Outputs Using SSP

Hi all, I'm working with an SK-S7G2, and I'm looking to use the General PWM Timers to generate specific pulses on output pins. Currently, I have a PWM timer set up with the following settings: What...

View Article

Forum Post: RE: Single Console - Multiple Interfaces?

The automatic powerdown is a feature of the ICL3227. It is hardwired, the only way to suppress it by software is to "talk" to the transceiver in intervals under the time-out for this feature. But you...

View Article

Forum Post: RE: Single Console - Multiple Interfaces?

Hello josh222, thank you for your hint and the explanation! I guess we will pull that pin to 3.3V, because we've got no powersensitve application. Regards Ralph

View Article


Forum Post: RE: Single Console - Multiple Interfaces?

Hello Ralph. If you don't want to alter your board, in this thread renesasrulz.com/.../6094.aspx you will find a code snippet I posted to wake up the transceiver any time you need to transmit. Regards

View Article

Forum Post: RE: Getting rid of e2studio auto completion

Thank you O. R., but there is something in my e2studio setup that keeps this feature on, no matter what I do. I tested the /**, the com and even I removed completely the "multi-line comment" inside...

View Article

Forum Post: RE: Getting rid of e2studio auto completion

OK. Here's another way: Just type out your comments as regular text. Then highlight the text and press Ctrl+Shift+/ to comment the text. Or if you start the code block with a /* then hit enter, press...

View Article


Forum Post: Synergy Platform Documentation Updates

Here is a link to the Knowledge Base article that shows the newest updates to Synergy Documentation. To get a push email when new docs are posted just email subscribe to this Forum Thread (just click...

View Article


Forum Post: Problem using DMA for transfer data

Hi everybody, I have a problem about using DMA to deliver a block of data from SDRAM to another bank of SDRAM. When I try to change number of blocks and Number of transferts (now I try to set this...

View Article

Forum Post: RE: Getting rid of e2studio auto completion

Thanks for your help O.R. and for telling me that there is no other way, it saves me the time of keeping searching for it, because I would never have thought that an automatic writing cannot be...

View Article

Forum Post: RE: Problem using DMA for transfer data

You use the same global variable ioport_level_t level = IOPORT_LEVEL_HIGH; for LED pin level in both the call backs, cb_gpt_over() and gb_interrupt_DMA(), try using a unique variable name for the GPIO...

View Article

Forum Post: RE: Problem using DMA for transfer data

Thank you Jeremy, I resolve my problem by myself. The problem wasn't the program, but the meaning of DMACn INT. In block mode transfer, DMACn INT rise up when DMA reaches 1024 element (the maximum...

View Article


Forum Post: RE: Complementary PWM Outputs Using SSP

I've found a solution for this problem, and though I feel it is more complicated than I would have hoped for, I wanted to leave it here for others that may run into this issue. The underlying issue is...

View Article

Forum Post: RE: Problem using DMA for transfer data

I speak with my supervisor of this problem that DMA give Trasfer_IRQ_END not at the end of a block transfer, but after 65535 block transfer and he think that it's a bug of DMA transfer. Can someone...

View Article


Forum Post: RE: USBHS Device Mode Initialization

Hello, Have you read this thread: renesasrulz.com/.../19406.aspx ? I suppose it's similar to your topic.

View Article

Forum Post: RE: USBHS Device Mode Initialization

Hello Rich, I'm sure you've already been informed, so I'll just leave this information for everyone else: Device mode initialization for the USB HS controller will be possible in the upcoming 1.1.0...

View Article


Forum Post: Save value of a register into a variable using C

Hi everybody, I need to save the value of a register into a variable. Someone can help me?

View Article

Forum Post: RE: Single Console - Multiple Interfaces?

Hallo, thank you and sorry for my delayed reply! I'm not sure but I assume the code snippet should be used if using the UART directly, only with the driver, but without the conole framework. But...

View Article

Forum Post: RE: Save value of a register into a variable using C

Check out the ARM GNU/GCC documentation on this feature here: infocenter.arm.com/.../index.jsp

View Article
Browsing all 23645 articles
Browse latest View live