Hi
I'm trying to get working a project by using S132 v3 alpha. I'm stuck at function sd_ble_enable. This function should return the minimum RAM memoy would need the SD, but the returned value is bigger than the whole RAM memory available. My code is based on the hrs_with_dfu demo example, but because I've ported this project to GCC from Keil some errors could arise.
The returned value is 0x40011cf8.
p_ble_enable_params values are the following:
p_ble_enable_params = 0x2000FFA4 -> (
common_enable_params = (
vs_uuid_count = 1,
p_conn_bw_counts = 0x0),
gap_enable_params = (
periph_conn_count = 1,
central_conn_count = 0,
central_sec_count = 0),
gatts_enable_params = (
service_changed = 0,
attr_tab_size = 0))
How could I decrease or fix this value?
Thanks in advance
Elena