User Activity

My OTG_HS2 kernel clock is PLL3Q at 48 MHz. If I use CSleep (only CSleep, not any of the deep sleep modes), SOFs are generated at the wrong interval (checked with protocol analyzer and oscilloscope). If I remove the WFI, SOFs are generated at the pro...
it seems that a write to AXI SRAM very shortly before a system reset (via AIRCR) gets lost. I wrote a very short block of code that simply reads a word from 0x24000000, increments it, writes it back, and resets the processor. I can see that the value...
According to what documentation I can find, ECC is supported in the caches, the TCMs, the system SRAMs, and the Flash.​For caches, the situation is simple: caches must be invalidated before being enabled (whether or not ECC is present), and the Corte...
According to reference manual section 49.4.7 (Slave select (SS) pin management), “Hardware SS management (SSM = 0): in this case, there are two possible configurations … SS output enable (SSOE = 1)�?.​However, according to reference manual section 49...
In reference manual table 55 (Kernel clock distribution overview), there is a line for the DFSDM clock, indicating that it can be taken from either sys_ck or bus clock (which in the case of DFSDM would be APB2). That table also indicates that the max...
Kudos from