Intan RHD STM32 framework release notes --------------------------------------- * Version 1.0, 6 December 2024 - First release; U5 rhd_acquisition: communication using standard SPI to control RHD2216 or RHD2132 with an STM32U5 chip. * Version 1.1, 5 September 2024 - 4 projects: - U5 rhd_acquisition: communication using standard SPI to control RHD2216 or RHD2132 with an STM32U5 chip. - U5 rhd2164_acquisition: communication using DDR SPI to control RHD2164 with an STM32U5 chip. - H7 rhd_acquisition: communication using standard SPI to control RHD2216 or RHD2132 with an STM32H7 chip. - H7 rhd2164_acquisition: communication using DDR SPI to control RHD2164 with an STM32H7 chip. - Increased efficiency by using DMA for USART transmissions. - Overhaul of many #define preprocessor directives in userconfig.h for improved clarity, including: - SAMPLE_RATE removed, as it cannot be set directly through preprocessor directives, rather is set in .ioc file. - OFFLINE_TRANSFER added, providing easy toggle between streaming data in real time versus offline. - Replaced various directives with NUMBER_OF_SECONDS_TO_ACQUIRE, providing easy way to set amount of data to acquire for offline transfer. - FIRST_SAMPLED_CHANNEL and NUM_SAMPLED_CHANNELS added, providing easy way to control which channels are streamed.