Forum Post: RE: rz/a1 info
Hi Alberto, With regards to your question about single-chip QSPI, there's no problem with that (provided that you correctly configure the RZ's QSPI peripheral when you boot.) There are many...
View ArticleForum Post: RE: How to interface TFT LCD?
No Sir, I am having 3.2" TFT which has written www.mcufriend.com on back. It is only showing white screen on connect. Please suggest me how can I interface this display?
View ArticleForum Post: RE: rz/a1 info
We are using a single-chip 16Mbytes QSPI, and we are controlling a 4.3" TFT display. Executing in RAM is not a problem but execute in place (directly at QSPI) has been a difficult task... Most of the...
View ArticleForum Post: RE: How to program for RTC with datalogger to collect the...
Thank you so much Okamiya Yuuki ! I have one more question ! Is there any way to write the CSV with two columns like Time(in milliseconds ) in One column and Temperature in another column? Please...
View ArticleForum Post: RE: How to program for RTC with datalogger to collect the...
Ok. I will try to prepare tomorrow because it's midnight in Japan. Can you describe a sample in text?
View ArticleForum Post: RE: rz/a1 info
We have the same type of application: using an RZ A1/L to control a 4.3" TFT. Everything works fine from a single QSPI Flash IC. We are using IAR's EWARM toolchain though. You'll have to ensure your...
View ArticleForum Post: RE: Debug Console in e2studio
a_l, Which version of e2studio are you using? Mike Clements RenesasRulz Moderator
View ArticleForum Post: RE: rz/a1 info
Hi, thank you all for the answers. I have to do some experiments with QSPI because, as I read in the documentation(AppNote: XIP Linux for RZA1), two qspi are mandatory with AXFS if you want R/W...
View ArticleForum Post: RE: rz/a1 info
I think that boot code is OK because the applicattion starts run and during screen's interaction it blocks. The same thing happens with "RZ_A1H_Display_Board_RSK" sample code. Jean-Luc, would you mind...
View ArticleForum Post: RE: How to program for RTC with datalogger to collect the...
Really thankyou for your response! In my project, as the part, we have to collect the temperature readings in every 100 milliseconds using RTC and store all the details in Excel sheet (Data-logger) ....
View ArticleHi sir currently I am working on e2studio but taked to much time to build can...
Hi sir currently I am working on e2studio but taked to much time to build can I know the rrason
View ArticleForum Post: Quick questions on e2 Studio / debugging / j-link
Hi, I've been beginning to work with an RZ/A1L (custom PCB), e2 Studio and a Segger j-link for a couple of months now, and have a couple of questions on things I haven't quite gotten my head around...
View ArticleForum Post: RE: How to program for RTC with datalogger to collect the...
Hi, I have made a sample for logging A0 pin, the log is saved in SD 100ms interval. The current library of RTC doesn't have 100ms interval interrupt, only 1sec alarm interrupt. (File result)...
View ArticleForum Post: RE: How to program for RTC with datalogger to collect the...
Thank you so much Okamiya Yuuki !
View ArticleForum Post: RE: Available I/O PINS IN GR-KAEDE BOARD
It is incorrect Pins for CN17 62- LED0 63- LED1 64- LED2 65- LED3 68 I don't know and 67-70 as above for LEDs is not working. please correct these problem, okamiya yuuki. I have tested these pins in...
View ArticleForum Post: RE: Available I/O PINS IN GR-KAEDE BOARD
/** LEDs (D1-D4) and SW. */ #define PIN_LED0 62 #define PIN_LED1 63 #define PIN_LED2 64 #define PIN_LED3 65 #define PIN_SW 66 Use this pins to LED. it will work. Explanation given by okamiya yuuki is...
View ArticleForum Post: RE: Available I/O PINS IN GR-KAEDE BOARD
Our GR-KAEDE contains only 66 I/O pins.
View ArticleForum Post: RE: Temperature Sensor
But we have predefined macro : #define PIN_ANTMP 29 What is the use of this macro ?
View ArticleForum Post: RE: e2studio
I FOLLOWED AS PER THAT PROCEDURE IT IS SHOWING THE FOLLOWING ERROR " Program "make" not found in PATH...
View Article