Posted on December 29, 2015 at 16:18Hi everyone,I have some problem with my STM32F105RC board.for USB MSC application.I can write usb stick perfectly but some usb is problem and I can not write. That's why USB always busy with something and I take a...
Posted on December 13, 2015 at 18:14Hi everyone,I wanna write my variable to USB every second but I can't.I think it can be in while loop f_mount(0, &fatfs); if(f_open(&file, ''0:OLCUM.CSV'',FA_CREATE_ALWAYS | FA_WRITE) == FR_OK) { ...
Posted on December 29, 2015 at 16:22hi clive, I can write USB but I have some problem again,and I have new topic,https://my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=%2fpublic%2fSTe2ecommunities%2fmcu%2fLists%2fco...
Posted on December 14, 2015 at 10:17yes clive,I have systick and I can control relay every second and at the same time, I wanna write usb every second for my variable such as adc value.which commands should I use?I have usb library such as atollic e...
Posted on December 13, 2015 at 18:16Of course clive :)https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Discovery/Flat.aspx?RootFolder=%2fpublic%2fSTe2ecommunities%2fmcu%2fLists%2fSTM32Discovery%2fHow%20can%20I%20write%20every%20second%20with...
Posted on December 13, 2015 at 09:20Hi clive,I'm sorry to bother you all the time, but I could not figure it out.I set up a 1-second timer and I want to save the variable every second.How do I create a loop in the main??I'll be glad, if you help me....