variable size data sending, spi mode change fix, wb1mmc write start

This commit is contained in:
ggw
2026-05-08 15:21:26 -05:00
parent 02517fe9ae
commit 41ec35233d
14 changed files with 446 additions and 325 deletions
+2 -2
View File
@@ -23,7 +23,7 @@
#include "custom_stm.h"
/* USER CODE BEGIN Includes */
#include "gpio.h"
/* USER CODE END Includes */
/* Private typedef -----------------------------------------------------------*/
@@ -192,7 +192,7 @@ static SVCCTL_EvtAckStatus_t Custom_STM_Event_Handler(void *Event)
{
return_value = SVCCTL_EvtAckFlowEnable;
/* USER CODE BEGIN CUSTOM_STM_Service_1_Char_1_ACI_GATT_ATTRIBUTE_MODIFIED_VSEVT_CODE */
HAL_GPIO_TogglePin(GPIOA, LED4_Pin);
/* USER CODE END CUSTOM_STM_Service_1_Char_1_ACI_GATT_ATTRIBUTE_MODIFIED_VSEVT_CODE */
} /* if (attribute_modified->Attr_Handle == (CustomContext.CustomArrwriteHdle + CHARACTERISTIC_VALUE_ATTRIBUTE_OFFSET))*/
/* USER CODE BEGIN EVT_BLUE_GATT_ATTRIBUTE_MODIFIED_END */