I2C frezes when a request is fired

I have a slave that is connected to a ble chip which i use to collect data(settings) from a user. The data should then be transferd to the master to persist to eeprom saving long term settings. I get the data in the correct format from the ble but as soon as the Wire.requestFrom(8,32) is fired the entire application on both chips freezes.

Any ideas on wat might be the cause would be greatly apprichiated

There's probably something wrong in the sketch that you didn't post, or your wiring which you didn't post, or in any other information on the project that you didn't disclose. So no idea what could possibly be wrong.