Thanks for your reply. Will remain with the current 4.5.xx then. Celine
Thanks Miro and Panopticon. Really great support !
Thanks for your really detailled answer. It is really clear. I've just another question coming from that as indeed the static variable is not the proper choice, if I allocate new ressource to a pointer on a message using Q_NEW(), at which moment is the appropriate time to free that memory space, because as I understand this memory can't be liberated until the message has been posted and handeld by the receiver itself. static QState da_task( ao_data_acq_t me, QEvent const e ) { QEvent *evt = NULL;...
Hello everyone, It might be a really silly mistake but I really don't get the problem so counting maybe on the support of someone in this forum. I have several QActive tasks, which send message to each other. In the init of "datask", I am expecting sending two messages to two different tasks: evt and evt2. The problem is that only the first event evt is sent. I have to say I am lost with the fact that the variables are static (I retrieve that from old code). I've searched for the QEvent definition...
Hello there, I am recuperating a firmware using a really old version on QPC with a TMS320F2806x from another engineer, who left the company a while ago. Before going any further, I was thinking updating the framework version as the one which is used is really old 4.5.04 Looking at the git repo I don't see any ports for TMS320 for the latest version. Is there anyone working with such configurations? Is it working well ? Thanks in advance for your feedback, Celine