F&S Support Forum
Recent Activities
-
fs-support_ZU
Replied to the thread Windows CE 6.0 Performance Manager.PostHello Mark,
in our download area "My F&S" under "Tools-Windows" you will find the "FSSBCProfiler_V104.zip". This tool shows CPU usage and RAM usage.
Hope this helps.
BTW: source samples see here: CPU Usage and OS function GlobalMemoryStatus (RAM). -
mark.aitken@mksinst.com
Posted the thread Windows CE 6.0 Performance Manager.ThreadAre there any apps that will show CPU Usage % and RAM % usage? -
fs-support_CS
Replied to the thread Using non-volatile memory on the M33 core without the A35 core.PostYes, the Cortex-M can access the SDHC peripherals. However, there are
several considerations:
- XRDC must be configured in the ATF (BL31) to allow the Cortex-M to
access the corresponding SDHC interface.
- The Cortex-M must ensure that the required… -
Saturnion
Replied to the thread Using non-volatile memory on the M33 core without the A35 core.PostThank you for the quick reply, fs-support_CS .
As you mentioned, I am using PicoCoreMX8ULP rev1.10.
Could you please explain in more detail about using SD_A? From what I understand, it uses the PTF and PTD pins. Is it possible to access them directly… -
fs-support_CS
Replied to the thread Using non-volatile memory on the M33 core without the A35 core.PostHello Saturnion ,
For the Cortex-M, I would primarily recommend using non-volatile memory via the SPI interface.
At the moment, we are working on a new redesign of the PCore8ULP, which will indeed allow a PSRAM or NAND memory to be connected to the … -
Saturnion
Posted the thread Using non-volatile memory on the M33 core without the A35 core.ThreadHello,
Am I correct in understanding that the picocore8ulp does not provide any non-volatile memory accessible to the M33 core without involving the A35 core?
Regarding the SD Card B interface: SD_B_DATA0 and SD_B_DATA1 are routed through GPIOF, which I… -
fs-support_PG
Replied to the thread EMC Problem on armstoneA9r2 @250Mhz.PostHello,
with the command
(Code, 1 line)
You get an overview of all configured clocks and their actual rates. Maybe You can spot a clock that matches your measurement.
Do you use a LVDS Display? LVDS_Clock/7=Pixelclock, so 250Mhz/7 = 35MHz which would be… -
Andre.Wagner
Posted the thread EMC Problem on armstoneA9r2 @250Mhz.ThreadHello,
after upgrading to linux kernel 5.15 and running the GPU with etnaviv driver (before it was disabled), i see in EMC (german "EMV-Messung") a sharp spike at almost exactly 250Mhz, which i cannot see in the software version before (linux 4.9 with no… -
fs-support_PG
Posted the thread Creating a SBOM in Yocto.ThreadCreating a SBOM in Yocto
As software supply chain security becomes increasingly critical and the introduction of the Cyber Resilience Act generating a Software Bill of Materials (SBOM) is now a requirement for embedded Linux systems.
A SBOM is a detailed… -
fs-support_PG
Replied to the thread Set GPIO right after boot up.PostHello,
1. Is the uboot that is build with the yocto build that one that is already installed on the board?
By default, yes but if you have a special customer variant it may differ.
2. What would be the easiest way to modify it?
The easiest way would be the…