Forum Post: RE: Use combination of internal SRAM and SDRAM
You did not program your xipImage correctly into SPI flash. Please verify that your image is correctly programmed into flash: = qspi dual = md 0x18200000 or = sf probe 0:1 = sf read...
View ArticleForum Post: BlockErase with PFDL
Hello everyone, I'm currently trying to understand how to interact with the PFDL. All I tried so far is to erase a block. The hardware I'm doing my test on is the G14-StarterKit, it has a R5F104PJ....
View ArticleForum Post: RE: RX62N RSK
Hi Frank First thank you for the feedback. Not a stupid question. I did not, I was unaware that I had to manually do this when setting up an interrupt from an external pin. I had thought the PSW was...
View ArticleForum Post: RE: RX111 - data read and write by sd card
Dear Pica, I am also searching for the same. Renesas does not have any example based on SD card read and write on RX111 RSK board. Renesas members, please send us the sample code for the same without...
View ArticleForum Post: About SD card coding with RX111 RSK board
Hi all, Can you please send me the code for SD card interfaced with RX111 RSK board using SPI. I am trying this since long days but no luck. Please give me the code for the reference without sending...
View ArticleForum Post: RE: Is double buffering enabled on Renesas RZA1H ? how do I...
Hi Kish, I have not tried this, but you might be able to use FBIOPAN_DISPLAY ioctl. Let's suppose that your display resolution is 800x480. Allocate frame buffer statically in...
View ArticleForum Post: RE: BlockErase with PFDL
Dear Ths, Please use data flash library 4 instead of using other data flash libraries. You will get those libraries on Renesas site by as usual searching.
View ArticleForum Post: RE: BlockErase with PFDL
Hi Peter, that's what i'm doing. PFDL is FDL type 04.
View ArticleForum Post: RE: BlockErase with PFDL
Can you paste your entire flash code . I have to check your code to say what exact problem is
View ArticleForum Post: variadic macros problem
Hi all, I have a problem with variadic macros. I am using ccrx compiler and I a have project with the small application. All files are written in C language. Variadic macros works correctly int this...
View ArticleForum Post: RE: BlockErase with PFDL
Here we go: static flash_t FLASH_StateMachine = FLASH_UNINITIALIZED; static pfdl_descriptor_t pfdl_desc; static pfdl_request_t pfdl_request; void initFlash(void) { if(FLASH_StateMachine !=...
View ArticleForum Post: RE: Is double buffering enabled on Renesas RZA1H ? how do I...
I have not tried this, but you might be able to use FBIOPAN_DISPLAY ioctl. Unfortunately, it's not going to work in the 3.14 BSP. While we used the same driver that was in 3.8.13, I #defined out a lot...
View ArticleForum Post: GUIX "Hello World" for SK-S7G2 App Note
Hi All. I'm trying this App note following r12an0021eu0100_synergy_guix_sk_s7g2.pdf I proceed accordingly all the Steps and, when finally building the project, I get the following compiler error:...
View ArticleForum Post: RE: FileX "caller is not a thread" error
Attached is a screenshot of the return value of tx_thread_identify inside the _fxe_media_open function (see link: drive.google.com/.../view ). I think the problem is later in the file where the macro...
View ArticleForum Post: RE: GUIX "Hello World" for SK-S7G2 App Note
Ignasi- Which versions of e2 studio and SSP are you using?
View ArticleForum Post: RE: FileX "caller is not a thread" error
I had backed up my working project and compared it to this project which is giving me the FX_CALLER_ERROR and don't see any changes in source files and the only change I see in the configuration.xml...
View ArticleForum Post: Missing nx_user.h or ux_user.h when adding NetX or UX components
When adding NetX or USBx to an existing project, I get a missing nx_user.h or ux_user.h error. I have to manually add these files from a previous working project. This seems to solve the issue but it...
View ArticleForum Post: RE: Missing nx_user.h or ux_user.h when adding NetX or UX components
Ashwin- I took the Blinky RTC design and added the nx Express Logic component from the Components Tab. It compiles fine. Can you provide more details on your implementation? Where do you place...
View ArticleForum Post: RE: RX111 - data read and write by sd card
Can Anyone plz reply the answer. It's almost 2 days but not a positive reply over my above post. Please to help as soon as possible.
View ArticleForum Post: RE: RX111 - data read and write by sd card
Hi, I cannot help you with detailed RX111 RSK information, but I found that FatFS by ELM-ChaN was quite easy to port to RX63N. Find more info here: elm-chan.org/.../00index_e.html Maybe you don't...
View Article