Posted on July 25, 2014 at 13:59I have successfully got access to the memory using another kind of transfer addresses in function parameters. fsmc_addr = 0x60000000;HAL_SRAM_Read_16b(&hsram1, (uint32_t *)fsmc_addr, fsmc_rd, 1);
Posted on July 11, 2014 at 11:24 Hello, I have almost the same problem. I am trying to work with FSMC, my code is the same as above. I didn't add any more user code. I have the SRAM which is connected to NE1. I can't see any activity on the li...
Posted on May 14, 2014 at 13:29 Hi Ramdas, I didn't have the problem such as yours. But I have seen the forum discussion where people have the same problem. The advice was: disable the verification of the digital signature for the driver. ...
Posted on May 13, 2014 at 10:50Hi Ramdas,I have generated the basis for the project by CubeMXIn my case the function CDC_Init(void) is also empty.It works in spite of this.But you can add your code if you need.
Posted on May 12, 2014 at 12:37Richard: I added the include definition in the main.c and call USBD_CDC_SetTxBuffer(&hUsbDeviceFS, &buff_TX[0], *Len);USBD_CDC_TransmitPacket(&hUsbDeviceFS);functions to transmit data. It works.But I got another pr...