User Activity

Hi,We are going for mass production of our device and we are using STM32H563IIK6  chip. And We need JTAG need to be Locked.And in our production we are using  Segger JLINK .Can you provide how to implement PRODUCT_STATE using Segger JLINK.
Hi,Currently I can able to RDP protection ie., Product state using STM32CubeProgrammer and it is working.But our requirement is we want to use Any HAL_driver /C-code instead of STM32Cube. Any suggestion. 
I tried CRP protection for STM32H563IIK6. But is it not working. This is the code.#define OB_RDP_LEVEL_0 ((uint8_t)0xAA)#define OB_RDP_LEVEL_1 ((uint8_t)0x55)#define OB_RDP_LEVEL_2 ((uint8_t)0xCC)HAL_StatusTypeDef FLASH_If_WriteProtectionConfig(uint3...
We are using the STM32H563IIK6 in our Device.I want to Enabled CRP protection. We are thinking use Level1only. Please can you share any test code.   
On Cubex Generated code, we added Virtual Com Port code.But the code is going to Hard fault handler in USB_ActivateEndpoint.  HAL_StatusTypeDef USB_ActivateEndpoint(USB_DRD_TypeDef *USBx, USB_DRD_EPTypeDef *ep){HAL_StatusTypeDef ret = HAL_OK;uint32_t...