Hi Team, I am working on USB MSC to have multiple LUN (2 to 3) on RAM to be visible on windows. With same code we can see 2 partitions on Linux PC. Below are some details on code changed.1. Added extra LUN in STORAGE_Inquirydata[] {/*LUN 0*//*L...
Hi Team, I have gone through few documents and application notes for considering timing calculation for FMC to NAND, but still i did not get much understanding on this. Can anyone make me to understand how we need to calculate comspace, attribu...
Hi Team, I am trying to add a Secondary/custom bootloader in SBSFU. But not able to figure it out how to do it. I changed memory for active slot area and used the same area for custom bootloader in both linker file of both SBSFU and custom bootloader...
Hi KDJEM.1, Thanks for your reply. I read the document and have few doubts. Can you please let me know what is the clock we need to select here for STM32H753. and what are below symbols suggest as per the AN4761. SET, WAIT, HIZ, HOLD ? Hence, we...
Hi @Jocelyn RICARD , I am able to build a custom bootloader and this image is verified in SBSFU. Now i want to add verification of user application in custom bootloader. How we can achieve this?
Hi @Jocelyn RICARD , Thank you. So as per linker file, 1. the standalone loader is supposed to be located just next SBSFU - 0x0801FFFF + 1 would be starting address for standalone loader? 2. Yes, we want to update standalone loader from SBSFU. I...