Forum Post: FreeRTOS for GNUARM-NONE-EABI
Hi The existing RZ port for FreeRTOS is a bit messy, eg it uses the SH7269 iodefine instead of the RZ ones (? it seems to work?). Also the project is not buildable with E2 studio / KPIT...
View ArticleForum Post: How do i know my documentation has been submitted successfully?
Has anyone submitted the documentation of their project? When I submitted, after clicking the upload button, i was again greeted with the login screen and after logging in again the submit...
View ArticleForum Post: RE: How do i know my documentation has been submitted successfully?
Yes, same happened with me also!!
View ArticleForum Post: RE: I2C is not working properly!!
I reserved to buy GY521 for investigation. So sorry to wait.
View ArticleForum Post: RE: How do i know my documentation has been submitted successfully?
Yes, even i have been redirected to the home page log in after submitting the project report. I think in the next log in the absence of project submission link is the only indication. There was no such...
View ArticleForum Post: Windows virtual com port driver
Hi I have tried to install sakura-vcom-drv on my Win7 machine, but when installing it says that the file do not contain any Win32 informations. Have anyone succeded using this driver?
View ArticleForum Post: MEMS microphone, PDM decoding
hi everyone i want to use a Mems microphone in my project but i didin't use it. How i use the Mems and transmitting the audio? i know Mems is converting audio to PDM actually i hope, need a PDM...
View ArticleForum Post: Error in Code Generator
I obtain an "index out of array range" error in page "Multi-Function Timer Pulse Unit 3.MTU7" of the code generator. Further information: Informationen über das Aufrufen von JIT-Debuggen anstelle...
View ArticleForum Post: Hide warning and MISRA checker
Hi erveryone, 1) I'm wondering if a #pragma exist to hide (filter) warning inside a C file. 2) The MISRA checker doesn't work when the program language is set to C99. But it works properly when the...
View ArticleForum Post: e2studio File/New/C project
Hello, I think something wrong is with creating new C/C++ project by File/New/C(C++) Project. When we choose Floating-point ABI as Hard we cannot compile because in Properties/Settings/Archives option...
View ArticleForum Post: RE: FreeRTOS for GNUARM-NONE-EABI
Thank you, Now after some tiny updates (adding to inc folder iodefines and iobitmasks folders from another example project (as you mentioned), adding siochar.h, stb_init.h to inc folder) it is working...
View ArticleFile: SPI interface for YRDKRX63N
Hello Everyone , I am working with this application, https://wiki.analog.com/resources/tools-software/uc-drivers/renesas/adas1000 . Its just SPI communication in High-performance Embedded Workshop....
View ArticleFile: USB Host setting for YRDKRX63N
Hi, Could you kindly help me for the USB driver setting for YRDKRX63N ? Based on the application note attached I have tried to install LibUSB, but failed. Kindly help me.
View ArticleForum Post: RE: Read on-chip flash from RX62N or RX63N
Hey Paul, Are you working RX63N? Can you help me to understand what to do for setting the USB mode for YRDKRX63N ?
View ArticleForum Post: RE: RX63N operating modes
Dear Sir FrankL, If I want to use SPI communication in HEW environment on YRDKR63N, what CPU mode I have to consider ? This RDK supports the 4 CPU modes: Debug Mode, Run Mode, USB Boot Mode and SCI...
View ArticleForum Post: RE: RX63N operating modes
You want to use SPI in your application? For application execution (and usually for debugging) you use single chip mode, what you call run mode. Boot modes are only used for programming on-chip flash....
View ArticleForum Post: RE: Read on-chip flash from RX62N or RX63N
Please set: SW5.1 = ON SW5.2 = SW5.3 = SW5.4 = OFF SW6.1 = SW6.4 = ON SW6.2 = SW6.3 = OFF
View ArticleForum Post: RE: RX63N operating modes
Sorry, I did not recognize you were talking about YRDKRX63N. In this board SW5.4 is needed to enable emulator mode bacuse the built-in emulator has not suffisient control on the MCU. On rhis board...
View ArticleForum Post: RE: Windows virtual com port driver
The .ini file for recognition USB driver is different between V1 library and V2 library, sorry to confuse you. If you use V2 library, you need to use .ini file on web compiler. please check it on your...
View ArticleForum Post: RE: How to write interrupt service routine in TPUm (m=0 to 5) ?
I describe the code for using TPU5. ------------------------------------------- Sketch.cpp ------------------------------------------- /* GR-KAEDE Sketch Template V1.16 */ #include Arduino.h #include...
View Article