Hi,
I have these boards for dev purpose:https://www.apnet.co.jp/product/rza/ap-rza-0a.htmlhttps://www.apnet.co.jp/product/rza/ap-rza-1a.html
I want to run Azure RTOS on it, could you please let me know what need to be changed to make it work?Thanks in advance
Hi Toby-san,
If you create a project based on GitHub files, basically all you need to do is adjust the memory map and it should work.Renesas' GitHub for RZ/A1 is here.github.com/.../rza1_gcc_azure_rtos_bsp
If you want to run using only on-chip memory, I think the RZ/A1H project will work as is.
Thanks,Miya
Hi,I was able to run ThreadX sample. So now I am trying to config the driver to work this custom board. but Smart Configurator does not support Code generation. Could you please let me know what is the best wat to do it?
I'm not sure which driver you want, but some RZ/A1H drivers are included in the files on GitHub.Also, even if the driver is not on GitHub, the primitive driver is included in the "RZ/A1H Group RZ/A1H Software Package".
You can also create new drivers based on these.Please try it!