STM32 MPUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How to bitbake rpsmg-sdb-mod?

I want to exchange large data buffers with the coprocessorI have tried following wiki page.​https://wiki.st.com/stm32mpu-ecosystem-v1/wiki/How_to_exchange_large_data_buffers_with_the_coprocessor_-_principle#User_space_interface​I tried to bitbake, bu...

HMasu.1 by Senior
  • 863 Views
  • 6 replies
  • 0 kudos

search a char array within an other char array

hi everyoneI'm trying to search for a certain char array(say char Temp[]) within a lager array in this case, char Rcv[500]. here is my codeint scanRcv(char *Temp){ int ii=0; for(int i=0;i<RcvLength;i++){ while(Rcv[i]==Temp[ii]){ ii++; if(ii==strlen...

Ala by Senior
  • 3052 Views
  • 3 replies
  • 0 kudos