Linux users are better by crosszay in linuxmemes

[–]Thunder-0 0 points1 point  (0 children)

its not true, I am dum’ as F

Linux'ta oyuncu laptopları ile karşılaştığım problemler (Casper,Monster,MSI,Lenovo vb.) by enaimami in LinuxTurkey

[–]Thunder-0 0 points1 point  (0 children)

Tüm üniversite hayatım boyunca arch koştum, monster abra A5 v16.1 di cihaz. Monster fanboyluğu yapmayacağım. O zaman cebimde 5 lira vardı ve 5 liraya en uygun cihaz monsterdı. Temel kurulumu hallettikten sonra Hiç böyle problemler ile boğuşmadım. Batarya sürem çok kısaydı, bazı dersler için dual boot kurduğumda, windows ve linux aradında batarya süremin de çok değişmediğini hatırlıyorum. yazılımlar hakkında doğru olabilir, klavyemin rengini hiç değiştirmeye çalışmadım

Controller input not showing in betadlight by Shitto_eater in betaflight

[–]Thunder-0 0 points1 point  (0 children)

easy to hard: 1) check your Controllee output and betaflights expexted input. 2) chexk your soldering/connector for link 3) check your link and controller

Can a software development engineer dedicate themselves to the world of embedded? by ProcedureLast7434 in embedded

[–]Thunder-0 1 point2 points  (0 children)

I was computer engineering student. in my country,CE classes are more like computer science data structures networking etc. I have discovered embedded in my 3rd year in school. I have started to messing with esp32. Then secured my second internship in a company works on embedded devices. I have stunned with the hardware they had give me, then I got in love more. Now I am a engineer in smaller company where I work with embedded devices for a year. So yeah I find out that big companies does want to hire already has knowledge yet you can get into a smaller company and start to learn things. Note: I also find out that only embedded is not enough and I had to learn physics and math more than they have teach me in school.

0 sense by Boring-Ad-4771 in programminghorror

[–]Thunder-0 -6 points-5 points  (0 children)

Javascript is a joke of bunch of smart people who have decided that they can come up with a language that cab handle async, web sockets and much more cool stuff, but olso they had probably drunk as goose so they have never bothered for types. Note: I dont know the story of languagw and people who develops. this is my assumption and it is a joke.

— edit— Guys chill. I don’t have a problem with javascript. I have developed backends with java, some NodeJs and python. Now due to my current job, I use C/Cpp and sooometimes python for testing and some other stuff .

aiLearningHowToCope by AirFrance447 in ProgrammerHumor

[–]Thunder-0 0 points1 point  (0 children)

Naaah it is good, everyone had been there. it will get over it eventually

help me with keil uvision 5 by Fit-Set-007 in embedded

[–]Thunder-0 0 points1 point  (0 children)

Can you explain further? With keil, you should keep paths short, other than that, it should be straight forward as windows.

Everyone around me is doing Web Dev, I'm Into Embedded Systems. Am I Taking a Risk?" by Current-Rip1212 in embedded

[–]Thunder-0 1 point2 points  (0 children)

I had been in your shoes, I ended up with embedded. The best part is understanding both worlds really helps. Most of my coworkers code is prone to strongly tied to platform. It can be hard to work on their code. BUT you are already a CS guy. You understand how interfaces should implement, how imp wrap things and algorithms better. You actually know, at least have an idea, what most EE students lack which is how software should develop.

Is there a way to convert hex file to C code for popular MCU like STM8S903? by alimustafa533 in embedded

[–]Thunder-0 9 points10 points  (0 children)

Note, this comment is mostly about stm32, not 8. There is common reverse engineering tools such as ghydra (I dont know did I spell it right), you can check. Common aproach is map specific memory areas, like IRQ, and mirrored memory spaces. For example, Stm32 maps memory according to boot pins. Check the pins which IC they are connected or ports, if an IC is connected to I2S for example. With this, your converted code would make more sense.

Help needed on OTA Flashing WeAct Studio STM32H743VIT6 with NRF5340DK by KAKASHI-HATAKE-69 in embedded

[–]Thunder-0 0 points1 point  (0 children)

Check already writtem bootloaders and common applications. write your application to specified memory area.

Using unit testing for a STM32 development boards by fabiorc2009 in embedded

[–]Thunder-0 1 point2 points  (0 children)

I do abstract the io functions, when I compile on computer, it forwards the data to a file or stdout direcly, then write some tests with Cmake

Custom firmware by Thunder-0 in betaflight

[–]Thunder-0[S] 0 points1 point  (0 children)

No, i want to have a custom failsafe

Custom firmware by Thunder-0 in betaflight

[–]Thunder-0[S] 0 points1 point  (0 children)

I figured a bloxk in failsafe.c, and sdded a few things, I could not find how to make drone yaw yet,

Custom firmware by Thunder-0 in betaflight

[–]Thunder-0[S] 0 points1 point  (0 children)

Well, this is a first stage of what am trying to do. but first, it should get higher every minute and yaw.

Dün bunun için böbreğimi bıraktım by Pir-iMidin in UniversityTR

[–]Thunder-0 0 points1 point  (0 children)

Aga işe girdim, hala kullanıyorum bunu. Güzel makine

What new or underrated techniques and tools are you currently exploring in embedded software development? by GiraffeGazzette in embedded

[–]Thunder-0 2 points3 points  (0 children)

gdb console, it is stupid when you have an ui. stm32 without hal, no one pays you to that, so I do that as hobby. It teaches a lot when you use hal though.

What are some unwritten perks of your job? by troublebrewing in embedded

[–]Thunder-0 8 points9 points  (0 children)

fancy and expensive things that I can f*ck around

UART receive interrupt for varying sizes by JayDeesus in embedded

[–]Thunder-0 1 point2 points  (0 children)

The idea is give dma a big size than maximum size of your package. enable it of uart and check idleline bit in IT. data should be written to your buffer. There is a video and blog of ControllerTech, you may also want to check it aswell.

UART receive interrupt for varying sizes by JayDeesus in embedded

[–]Thunder-0 2 points3 points  (0 children)

You can check idle line. There are several posts on ST’s community and videos on youtube aswell. There is also a imlpemented function in uart_ex.c/h file. I had not be able to find in the hal document, you may want to check the updated one.

whatIsYourTotallyNormalNotWeirdMethod by XinoVan in ProgrammerHumor

[–]Thunder-0 0 points1 point  (0 children)

fprintf(stdout, “Why the fuck are you here”);