Forum Post: RE: Software Deep Standby Mode
Since the System Clock (ICLK) is stoped in the SDB mode, the AHB, APB & OCD, etc. won't be accessable, then JTAG/SWD won't work any more.
View ArticleForum Post: Possible I2C/SPI threads interaction of some type
I've got another oddity here using SSP 1.2.0 that I can't explain at all. Looking for some ideas on how to attack looking for this problem. I've got 2 (well more than that, but these are the ones I'm...
View ArticleForum Post: RE: Building a user BSP
Hi You will have no problem to build a new user BSP. Please follow the instructions in the document"r11an0071eu0110-synergy-bsp-upgrade-sspv120.pdf" until the step #11. * Step # 12: After you've...
View ArticleForum Post: RE: I2S byte ordering on output
Hi rjl, The hardware manual for SSI says that FIFO register should be accessed in 64-bit units regardless of the data word length, however the driver should automatically adjust the size. The ISR...
View ArticleForum Post: RE: Software Deep Standby Mode
Hi ppbinhminh, By default the device will not enter this mode, however it's possible to configure the debugger to handle this mode. In e2 Studio, open project's debug configuration. Go to Debugger tab...
View ArticleForum Post: RE: RTC month question SSP v1.2.0 vs v1.1.3
Hello Jeff, RTC driver uses time.h also, but necessary translation between time.h and hardware is not performed at the driver level (use my instructions to do it manually in the API before...
View ArticleForum Post: RE: Possible I2C/SPI threads interaction of some type
Hello, Are you using multiple RSPI instances in the project? If that's the case, an attempt at opening second instance would fail and make first instance malfunction in the ISR (which I believe is what...
View ArticleForum Post: RE: S5D9 I2S oddity
Hi rjl, S5D9 has SSIE (Serial Sound Interface Enhanced) and thus might be some differences between S3A7. Can you investigate where exactly SSP_ERR_IN_USE is returned? Regards, adboc
View ArticleForum Post: SF_TOUCH_PANEL_EVENT_INVALID touch event
Hello, I'm using a custom board with S7G2 microcontroller and a 800x480 touch screen (SSP 1.2.0) I'm trying to configure the touch screen but I'm obtaining SF_TOUCH_PANEL_EVENT_INVALID in some areas....
View ArticleForum Post: RE: SF_TOUCH_PANEL_EVENT_INVALID touch event
Hello isaenz, Can you specify all of the settings you provide to the sf_touch_panel_i2c framework? Regards
View ArticleForum Post: RE: Application Example: Multiple I2C Masters using Frameworks
Hi Mk, Unfortunately IoT Enabler Smart Wine project isn't available for SSP1.2.0, however it's available for SSP1.1.3 here: www.renesas.com/.../D6000679.html Regards, adboc
View ArticleForum Post: RE: SF_TOUCH_PANEL_EVENT_INVALID touch event
Hello Karol , That was it, thank you! My configuration was Hsize 800 and Vsize 480 and reverting these values the touch is working correctly now :) isaenz.
View ArticleForum Post: RE: Possible I2C/SPI threads interaction of some type
only single instance of RSPI. I2C there are several of those spread across 2 threads.
View ArticleForum Post: Flashloader Framework
I recently saw this flashloader framework demonstrated, where can I find this framework in the gallery?
View ArticleForum Post: RE: Flashloader Framework
Hello Mark, Once public beta for flashloader is available, you will find it here: synergygallery.renesas.com/.../utility . Regards
View ArticleForum Post: NetX HTTP Client - Verify multiple files existence
Hi! I need to verify the existence of a list of files, and their size, before download them from internet. Now I am using the "nx_http_client_get_start" but: when the file DOES NOT exist the function...
View ArticleForum Post: RE: NetX HTTP Client - Verify multiple files existence
Hello Angler, Once nx_http_client_get_start returns NX_SUCCESS, GET request processing has begun. The correct way of proceeding, in case where you're not interested in fetching the actual file, is to...
View ArticleForum Post: RE: Possible I2C/SPI threads interaction of some type
OK, so I had a thought of experiments to run this morning. Editing code taking this, that and the other thing out of the code. I got it working and thought I had the smoking gun but as I added code...
View ArticleForum Post: RE: App does not start at power up
I had some LEDs that showed if specific threads are running. I found the cause, it was the linker-setting defaulted for Virtual Debug Console. For some reason this leads to an error when there is no...
View ArticleForum Post: Configurator and IRQn-DS
Hello, I'd like to use one of the IRQn-DS pins, but don't see how to select those channels in the configurator. For example, the configurator will allow me to enter 13 in the channel parameter for the...
View Article