Hello, from this example frdmkl27z_dev_cdc_vcom_bm, after stepping over the code. I have some problems running the code

((uint8_t *)FSL_FEATURE_USB_KHCI_USB_RAM_BASE_ADDRESS)[i] = 0x00U;
in this part is going hardfault file code is not working.
Here they talk about USB RAM/buffer, but we are not using extra RAM/buffer for the USB.
How do I need to change this part?
I am using MKL 27Z128LH4 MCU custom board, following SDK

My professor said maybe I am using the wrong SDK or wrong board example, but the same SDK I2C is working on my board.
Please do my SDK and USB example is accurate for the MKL27Z128LH4 board.
I will be thankful to everyone to help me as this is part of my master's thesis.
Thank you, everyone.