You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when calling the embedded_hal_async::spi::SpiBus trait function of the embassy-nrf spim bus, the functions are used which copy the data if the buffer is not in the ram. It would be nice if there is a possibility, for example with a feature, to use the _from_ram functions and failing if it is not in the ram.
The text was updated successfully, but these errors were encountered:
Currently when calling the
embedded_hal_async::spi::SpiBus
trait function of the embassy-nrf spim bus, the functions are used which copy the data if the buffer is not in the ram. It would be nice if there is a possibility, for example with a feature, to use the_from_ram
functions and failing if it is not in the ram.The text was updated successfully, but these errors were encountered: