Tool/software: Code Composer Studio
hi :
while i write "connect_config *local_con_conf = (connect_config *)app_hndl;" to set as the global value in the mqtt'client demo proejct
to publish the message. it will show "expression must have a constant value" error.but if you put the value as the temp in th function ,
it will not this error ,not only can't call the send lib'function to send message but also the system will hang up.
maybe it was a real time context flag .i don't how to correct this issue.some suggestion will be helpful.
