Quantcast
Channel: Renesas Synergy Platform
Browsing all 23645 articles
Browse latest View live
↧

Forum Post: RE: Problems with the ADC Periodic Framework

Hello Laboratori, From SSP User's Manual, Section 4.1.1.7 ADC Periodic Framework Limitations: When configuring the ADC channels to be used with this framework, the temperature and voltage sensors must...

View Article


Forum Post: RE: Problems with the ADC Periodic Framework

Thanks Karol! I missed this limitation.

View Article


Forum Post: RE: Mesh Networking on Synergy

By definition, NetX is the high-performance real-time implementation of TCP/IP standards. www.rtos.com/.../NetX_User_Guide.pdf

View Article

Forum Post: RE: Mesh Networking on Synergy

By definition, NetX is the high-performance real-time implementation of TCP/IP standards. www.rtos.com/.../NetX_User_Guide.pdf

View Article

Forum Post: RE: S1 - snprintf does not work with float.

Hello, I guess it will be more correct to write snprintf( tmp, 100, "%4.2f", a );

View Article


Forum Post: RE: Some errors during compilation with NetX + USBX project

Hi CS, thanks for your reply. In fact, I have this include: #include   "bsp_api.h" #ifndef NX_HTTP_NO_FILEX #include   "fx_api.h" #else #include filex_stub.h #endif #include   "tx_api.h" #include...

View Article

Forum Post: RE: S1 - snprintf does not work with float.

This could be down to heap usage. An S1 project has a 4KB heap set by default. If you are using the GNU compiler, by default Synergy use the full blown newlib library which has quite large heap usage...

View Article

Forum Post: RE: S1 - snprintf does not work with float.

Sorry, in an SSP 1.1.x project the heap is set to 0KB for an S1 project by default.

View Article


Forum Post: RE: S1 - snprintf does not work with float.

I would also make sure the stack size for the caller thread is set to at least 1k when using newlib-nano (2k with default newlib). If you're running out of memory you can push "main stack" on the BSP...

View Article


Forum Post: RE: fx_file_open fails to open file

Hello Laser, What is the value of the status variable - it usually gives away what is wrong with the function call. Once you pause the project when it's trapped at while(1), you can hover over...

View Article

Forum Post: RE: Some errors during compilation with NetX + USBX project

Hello Alex, You do not need to include bsp_api, tx_port & etc. - they are included through xxx_thread.h file. ux_utility.h is also not necessary to implement on the application level. The errors...

View Article

Forum Post: RE: Suggestion for Synergy Configuration enhancement

Hello Laboratori, This limitation is imposed by the framework, not the driver. Framework has a dependency on the driver, but not on its specific setup (I'm not sure this can be implemented in the...

View Article

Forum Post: RE: Suggestion for Synergy Configuration enhancement

Hello Laboratori, This limitation is imposed by the framework, not the driver. Framework has a dependency on the driver, but not on its specific setup (I'm not sure this can be implemented in the...

View Article


Forum Post: RE: fx_file_open fails to open file

Hi Karol, the value of status is 24 (decimal)

View Article

Forum Post: RE: S1 - snprintf does not work with float.

"Merging" your replies I have been able to solve the problem :-). Sergey: Yes, you are right. My mistake. However the problem was still present. Jeremy: Enabling the newlib-nano with floating support...

View Article


Forum Post: RE: S1 - snprintf does not work with float.

For a GNU project, synergy provides it own _sbrk() function, that is called by the C runtime library when memory from the heap needs to be allocated. This is located in...

View Article

Forum Post: RE: S1 - snprintf does not work with float.

Very interesting, thank you Jeremy!

View Article


Forum Post: RE: Some errors during compilation with NetX + USBX project

Hi Karol, First, thank you for your reply. I deleted bsp_api, tx_port and ux_utility, then I rebuild the project but I already have the same errors and another likes "redefinition of...

View Article

Forum Post: RE: fx_file_open fails to open file

Hello Laser, 24 decimal is FX_PTR_ERROR (pointer error). You'll have to check that &g_fx_media0 and &g_my_file are valid pointers and that media is opened and initialized before calling...

View Article

Forum Post: RE: Some errors during compilation with NetX + USBX project

Hello Alex, This happens because even though you've specified NX_HTTP_NO_FILEX to use filex_stub.h, the ux_host_class_storage.h still pulls in fx_api.h, providing new prototypes for the functions...

View Article
Browsing all 23645 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>