harsh-payload
harsh-payload copied to clipboard
Harsh Environment CubeSat Payload designed to evaluate three different manufacturing nodes SDR SDRAM technologies under space radiation conditions. It was developed for the FloripaSat-2 CubeSat missio...
**This does not work:** ``` sdram_write(dev, 0u, &data, 20); ``` **This works:** ``` for(uint16_t i=0;i
**Create the implementation following this example storage procedure:** **Cycle 1:** Store header_1 Store payloads_1 (pointer_unread_addr->header_1, pointer_unread_length->[size_of(header_1+payload_1)] **Cycle 2:** Store header_2 Store payloads_2 (pointer_unread_addr->header_1, pointer_unread_length->[size_of(header_1+payload_1)] **Cycle 3:** Store header_3 Store payloads_3...
From TLV62565 to TLV62569 (select the SOT23-5) https://www.ti.com/lit/ds/symlink/tlv62565.pdf?ts=1618935931104 https://www.ti.com/lit/ds/symlink/tlv62569.pdf?HQS=dis-dk-null-digikeymode-dsf-pf-null-wwe&ts=1618980018933
Improve the following items: - Fix the SDRAM memories controller parameters. - Split the MSS and the SDRAM memories controller clocks. - Improve clock system and distribution. - Remove unnecessary...
**IS42S16320F-7:** RAS = 5 RCD = 2 RRD = 2 RP = 2 RC = 8 RFC = 8? MRD = 2 CL = 2 WR = ? REF =...
Use the correct RC filter as used in the dev kit.