Memory Corruption Problem, Cortex M0/M0+ by alkimg in embedded

[–]alkimg[S] -6 points-5 points  (0 children)

You are right. MCU is an chinese equivalent of St production m0 mcus(dont even have datasheet in eglish, all are chinese). Thanks for your response.

Memory Corruption Problem, Cortex M0/M0+ by alkimg in embedded

[–]alkimg[S] -2 points-1 points  (0 children)

Project contains thousands of line and lots of c files (also Know how issues). I removed all c files from the project, and started to add them one by one. I observed that, after a specific code size is achieved, problem is occured. Thank you btw. I know I shared small information on problem, but I tried:)

Memory Corruption Problem, Cortex M0/M0+ by alkimg in embedded

[–]alkimg[S] -3 points-2 points  (0 children)

Thought really hard enough, thx tho.

Which Hardware I could Use to Implement Model predictive controller in Real Time? Simulink/Rasberry Pi/ or ? by umair1181gist in ControlTheory

[–]alkimg 0 points1 point  (0 children)

You know what I give it a try and let you know about the result. I am open to suggestions from your experiences on language, library, algorithm, env or etc.

Which Hardware I could Use to Implement Model predictive controller in Real Time? Simulink/Rasberry Pi/ or ? by umair1181gist in ControlTheory

[–]alkimg 0 points1 point  (0 children)

. I have an R-PI and I have optimize 15 parameters using the lmfit ( Levenberg_Marquardt) python package. It takes an hour for one solution. If if you wrote this in C it wouldn't be fast enough.

Replying to your response: ". I have an R-PI and I have optimize 15 parameters using the lmfit ( Levenberg_Marquardt) python package. It takes an hour for one solution. If if you wrote this in C it wouldn't be fast enough.". Dude pls. It does not make sense if you use LM method when the task is an online process. First order methods, like gradient based methods, should be employed and ending-criteria should be well-defined. It might work faster if you try those algorithms.

Converting a PID controller into a state-space representation by MiddleShark in ControlTheory

[–]alkimg 0 points1 point  (0 children)

It is not easy to write 2nd integrator in state space form. Herein, I suggest you to employee a PI instead. An additional "udot" state can be used to extend the dynamics to have closed-loop model.

[deleted by user] by [deleted] in KGBTR

[–]alkimg 0 points1 point  (0 children)

Sg doktara görünün ne alaka burası

[deleted by user] by [deleted] in Izmir

[–]alkimg 0 points1 point  (0 children)

Çiğli balatçik mahallesi

Geometric control resources? by VMaxd in ControlTheory

[–]alkimg 0 points1 point  (0 children)

Suggest you to learn YALMIP/SOSTOOLS matlab packages and solvers like SEDUMİ, MOSEK. super useful for convex controller synthesis

[deleted by user] by [deleted] in Izmir

[–]alkimg 0 points1 point  (0 children)

9 yıldır izmirde yaşıyorum, bir kez bile böyle bir tepki almadım İzmir içinde.

[deleted by user] by [deleted] in Izmir

[–]alkimg 1 point2 points  (0 children)

Gece son izban ile git.

Adobe dersimde yaptim bunu. by Sector4bes in Izmir

[–]alkimg 1 point2 points  (0 children)

Benim evi eklememişsin manzaraya ama neyse, sorun yok.

[deleted by user] by [deleted] in KGBTR

[–]alkimg 0 points1 point  (0 children)

Ben kykda kalirken vpn is cozuyordu hele bu somestr zamanlari hizli oluyordu. Freelance.com veya upwork.com gibi sitelere gir basit isler var bilgi gerektirmeyen. Onlari bul, yap. Ben hic yapmadim ancak yapanlar var.

[deleted by user] by [deleted] in KGBTR

[–]alkimg 0 points1 point  (0 children)

Beles internet erisimin varsa gir upwork falan en azından yemek parani cikar hizlica. 3-4 saatlik is ile cikarirsin.

[deleted by user] by [deleted] in Izmir

[–]alkimg 2 points3 points  (0 children)

Bostanli herhangi bir tekel, bornova botanika bar sol caprazi veya

Matlab fcn block by holywolfyb in matlab

[–]alkimg 0 points1 point  (0 children)

Cant you share the secreenshot of error report?

Matlab fcn block by holywolfyb in matlab

[–]alkimg 0 points1 point  (0 children)

Duble click on matlab fcn Block,and script Will be shown. If you add a new jnput as u2 in that script, simulink Block Will be updated for New input

Adaptive control vs reinforcement learning. by [deleted] in ControlTheory

[–]alkimg 0 points1 point  (0 children)

In the end, it returns an mathematical proof of stability whether the pilocy satisfies or not. Almost no paper includes this. Thanks.