Forum Post: RE: USBX device error leads to fault -_ux_dcd_rx_transfer_callback()
Using the pointer "first_unused_memory" in tx_application_define() can be dangerous, as there is no check that memory you use is actually valid. Try replacing the pointer "first_unused_memory" with a...
View ArticleForum Post: RE: Programming through Self-Programming
I have asked the development team to comment. Look for more information later today or tomorrow.
View ArticleForum Post: Problem while booting with uImage and xipImage
I am facing problem while booting with uImage and xipImage, please see following log: 1. I get following error message when I am trying to boot with uImage: sh-rtc sh-rtc: setting system clock to...
View ArticleForum Post: RE: Problem while booting with uImage and xipImage
For the squashfs issue, my guess is that you did not program in the entire image, or your mtd partition is too small for the image you programmed.
View ArticleForum Post: RE: RL78/G10 Cubesuite+ without code generator
You can use code generator for initial start up and then write your own code without using code generator.
View ArticleForum Post: RE: RX111 - data read and write by sd card
I have used the renesas USB solution which implements Fat. However I switched to the FatFS solution because it offers more functionality and if you look the renesas version appeared to be FatFS but...
View ArticleForum Post: RE: Problem while booting with uImage and xipImage
Thanks Chris Ill try above steps and will post the results. I am using MICRON flash on RSK board, I can see that RSK BSP V1.20 supports Spansion as well as MICRON Flash.
View ArticleForum Post: RE: RX111 - data read and write by sd card
Yes. I did. The disk_initialise function goes to FR_NOT_READY instead of FR_OK. But the thing is that the commands are reaching successfully to SD card. I checked those by using scope. Shall I mail...
View ArticleForum Post: RE: Problem while booting with uImage and xipImage
As a side note: In u-boot, it shows that I added and tested support for a MICRON N25Q512A Quad-SPI device. That's a 512Mb (64M Byte) SPI Flash. The reason was that I got a hold of a board that someone...
View ArticleForum Post: RE: RX111 - data read and write by sd card
The disk_initialise does the first line "if (send_cmd(CMD0, 0) == 1) " result in a 1 and takes the if or does it fail at that point. If it never receives a 1 then in send_cmd what is res every time...
View ArticleForum Post: RE: .MOT file CRC values
Mike, No. Am still working on it. Is it possible to get CRC from KPIT V4 complier? From .mot file is it possible to get CRC of complete project? ( Excluding hole part) Thanks & Regards, Ravi
View ArticleForum Post: RE: Programming through Self-Programming
Remote Firmware Upgrades will be supported in a future release of the Synergy Software Package. It will use the Memory Mirror feature, making the configuration of the projects and the updates simple.
View ArticleForum Post: RE: DK-S7G2 eMMC example
You had the "Format Media During Installation" enabled, so you might want to review that, since it could cause you to lose data.
View ArticleForum Post: RE: Adding FileX Source (fx_src) to a project results in MPU...
Have you inspected the BSP configuration to see if the Memory Protection is enabled? You can try turning it off for all of the memory to see if the error goes away. I'd also suggest looking at one of...
View ArticleForum Post: RE: DK-S7G2 eMMC example
Yes. I am working with a new DK board and needed to format the on-board eMMC so I left that enabled the first time. Yesterday I reworked everything just they way I want it to run from my application...
View ArticleForum Post: RE: Problem while booting with uImage and xipImage
My board has two N25Q512A devices on it, and I am working in dual flash configuration. I am loading "UImage" and "squashfs" image in dual flash configuration. = sf probe 0:1 SF: Dual SPI mode SF:...
View ArticleForum Post: RE: Programming through Self-Programming
is there a list of items that you can provide which will be supported in the future release of the SSP. And is the future release 1.1.0 (i.e. the graduation of 1.1.0-alpha) and when will this be...
View ArticleForum Post: RE: About SD card coding with RX111 RSK board
Peter, Have you read another threads of the forum related to your issue? E.g. renesasrulz.com/.../6280.aspx and renesasrulz.com/.../2389.aspx
View ArticleForum Post: Has anyone played around with Open-OCD debug in e2studio?
I'm curious to know if anyone has had success connecting with this using an FTDI chip, or via some other hardware configuration? Does it work under the last release for e2studio and SSP 1.0.0?...
View ArticleForum Post: RE: Problem while booting with uImage and xipImage
To use single flash of 64MB do i need to make some changes to u-boot and kernel? You do not have to make any code changes. You just: 1. Program everything (u-boot, dtb, kernel, rootfs) into 1 SPI...
View Article