Forum Post: RE: How to configure three-phase PWM output for motor control
Hello Richard, GREAT! This was very helpful und exacty what I'm looking for, thank you very much.
View ArticleForum Post: RE: GUIX template windows
I solved this issue by having one generic event handler do deal with the template events, which is called in case default of every screen.
View ArticleForum Post: help with Memory Mirror Function
Hello, I'm implementing a bootloader in the SK S7G2 kit, but i wanted to have two versions of the application code stored in the flash memory just in case one gets corrupted during the update. Is...
View ArticleForum Post: RE: help with Memory Mirror Function
Well, not yet Still, actually for the MMF functionality it's just programming one register.... There is a figure in the hardware manual (5.3.2) that explains how it would be used, after you finished...
View ArticleForum Post: RE: Some errors during compilation with NetX + USBX project
Hi Karol, I went in Project Properties - c/c++ build - settings - Cross ARM C Compiler - Preprocessor and I removed NX_HTTP_NO_FILEX, but when I build the project I have some errors likes undeclared...
View ArticleFile: A very basic USB Bootloader that uses MMF
This is a very basic Bootloader demonstration that came out of my investigations into how Synergy supported Host USB Mass Storage, the MMF function, and other Synergy things. It seemed to be a logical...
View ArticleForum Post: RE: help with Memory Mirror Function
Hi Lucas, I've just uploaded to the Files section "A very basic USB Bootloader that uses MMF" zip file This was the result of my investigations into Synergy & SSP functionality. It's very basic,...
View ArticleForum Post: RE: help with Memory Mirror Function
GiPa and Richard, thank you very much for your replies! Richard, I'll take a look at your bootloader. Even not being "production ready", I'm pretty sure it will help me get started at this :^) I have...
View ArticleForum Post: RE: Some errors during compilation with NetX + USBX project
Hello Alex, Please have a look at the following project that implements simple HTTP Server hosting content from root directory of the USB mass storage device: (Please visit the site to view this file)...
View ArticleForum Post: e2studio multiple thread debug view
According to the Eclipse documentation ( http://help.eclipse.org/neon/topic/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_view.htm ), the call stacks of all running threads should be visible....
View ArticleForum Post: RE: e2studio multiple thread debug view
Jim, this feature is implemented in the "preview" release of 5.2.1.010, which you can get in the release archive section of the e2studio ISDE download. Dale.
View ArticleForum Post: RE: e2studio multiple thread debug view
Dale, Where can I find the download for 5.2.1.010? It's not in synergygallery.renesas.com/isde/archive and it's not in https://www.renesas.com/en-us/products/software-tools/tools/ide/e2studio.html#...
View ArticleForum Post: RE: GUIX: How to reduce RAM consumption?
Hello Karol, I am also trying to reduce RAM - I am at 630K and I don't have my application in yet! I tried setting "Input - Number of graphics screen1 frame buffer" from 2 to 1 but the example program...
View ArticleForum Post: RE: e2studio multiple thread debug view
Hello Jim, e2studio version 5.2.1.xxx should be available with the upcoming SSP release, probably early next month.
View ArticleForum Post: RE: GUIX: How to reduce RAM consumption?
Hello, You should be able to change to 1 frame buffer, however you should also specify pointer to 2nd buffer as NULL in the properties for sf_el_gx GUIX Port. However, unless your screen size is close...
View ArticleForum Post: GUIX and SSD1306
Hi, I have a popular monochrome 128x64 OLED display (SSD1306) and need to implement a menu on it, similar to an MP3-player (on Synergy). I'd like to do this with GUIX, would that be feasible? Also,...
View ArticleForum Post: Can't write to RSPI
I'm trying to implement a SPI interface using the RSPI HAL functions. The interface is set for 2MHz full duplex. When I execute either a write or a writeRead function I get back SSP_ERR_UNSUPPORTED. I...
View ArticleForum Post: UART on DK-S124 problem
Hi All I am sending Hello World! with the g_sf_comms framework to the UART but the data on the terminal is as follows eHHello World!. Anyone knows why there is a leading eH and how to get rid of it....
View ArticleForum Post: RE: GUIX: How to reduce RAM consumption?
If writing speed of the QSPI-Interface can be configured fast, it could be a hardware solution for some 'low on RAM' situations without having to use a lot of pins: There is FRAM with QSPI-interface...
View Article