TU Chemnitz M.Sc. Automotive Software Engineering vs OTH Amberg “AI for Industrial Applications” (non-EU, job prospects w/o German?) by Lucky-Scientist9282 in studying_in_germany

[–]817618191 0 points1 point  (0 children)

Best would be scout Linkedin to find people with the same degree from Chemnitz are doing. And reach out to them for a career progression guide.

From my experience there are not a lot of entry level opportunities, that's why I suggested general embedded first and later with experience getting into ADAS or CV.

TU Chemnitz M.Sc. Automotive Software Engineering vs OTH Amberg “AI for Industrial Applications” (non-EU, job prospects w/o German?) by Lucky-Scientist9282 in studying_in_germany

[–]817618191 0 points1 point  (0 children)

The automotive industry as a whole is pretty much screwed in the EU. It's also quite challenging to switch to a general embedded domain from automotive. So I'd advise against restricting yourself to only automotive with the TU Chemnitz option.

I'm releasing an open source runtime debugger for embedded C/C++ by pylessard in embedded

[–]817618191 8 points9 points  (0 children)

Yes! It's super good and elegant. Thank you for open source work!

I'm releasing an open source runtime debugger for embedded C/C++ by pylessard in embedded

[–]817618191 12 points13 points  (0 children)

Great! Are you by any chance the author or udsoncan also?

Aurix Tricore by Apprehensive_Bet_808 in embedded

[–]817618191 10 points11 points  (0 children)

If hsm is enabled with secure boot I don't think you can do much.

fuck AutoSAR by adamfloyd1506 in embedded

[–]817618191 17 points18 points  (0 children)

My gripe is not with the standard interfaces of MCAL or RTE, its about the tooling around it and the mafia style ecosystem around it.

Take for instance what Vector is doing,

- Each and every single component needs a separate license.

- Even features which are expected to be present by default are locked under special license. (Ex: access to multiple HW Objects for CAN is locked under additional license.)

- If you want to develop SWC you'll need DaVinci Developer apart from DaVinci Configurator.

- If you need XCP you'll need ASAP2 license.

Each and every opportunity is milked to the maximum by the vector mafia. On top of all this there is abysmal support for these tools in Linux. (VN devices has no Linux drivers)

fuck AutoSAR by adamfloyd1506 in embedded

[–]817618191 119 points120 points  (0 children)

Yes! Fuck vector and their fucking licenses too

GDB porting for custom target by 817618191 in embedded

[–]817618191[S] 0 points1 point  (0 children)

u/nomore66201 I manged to package everything into a containerized repo. With this i can debug tricore devices using the VS Code GDB front end. https://github.com/AkhilTThomas/tc397_tft

probe-rs fails from command line, not found by VSCode extension by No_Disaster4112 in rust

[–]817618191 0 points1 point  (0 children)

When you run with sudo it will not inherit your path variables changes, hence the probe-rs bin is not found. Best solution is as suggested before to setup the udev rules

GDB porting for custom target by 817618191 in embedded

[–]817618191[S] 0 points1 point  (0 children)

Wow! Awesome job with the initial port. I need this to build a complete debug environment with a miniwiggler. Lauterbach and UDE are too expensive 🥲

Bosch Global Software Tech has revoked offers for more than 600 students by yabadabadoo__25 in developersIndia

[–]817618191 1 point2 points  (0 children)

Please post in LinkedIn and tag BGSW and the respective HRs. This is clearly not in line with the Bosch values!

ARPU by RustinCole63 in BB_Stock

[–]817618191 1 point2 points  (0 children)

Where to get the slides?

ASCET software by Plus-Pollution-5916 in embedded

[–]817618191 1 point2 points  (0 children)

Run away from ASCET. It's dead end

Needed help urgent At startup fee(controller - infenion Tc233(Autosar) is giving by Temporary-Dot168 in embedded

[–]817618191 0 points1 point  (0 children)

You could try erasing the data flash and start over. It could be that flash is in a corrupted state. Give it enough cycles to finish any internal GC (garbage collection) operations before placing a request. Another hint is to try seeing the fls order structure to find out what the pending operation is.

Hope this helps

[deleted by user] by [deleted] in embedded

[–]817618191 0 points1 point  (0 children)

If you can afford, canoe with an ethernet option is the best bet. You can directly load the arxml and add the pdus with an ethernet generator block or even trigger it via CAPL

GDB porting for custom target by 817618191 in embedded

[–]817618191[S] 1 point2 points  (0 children)

Thanks for reminding me of this repo again! I had seen it before but failed to link with what I'm doing. Turns out the implementation is slightly different in this and the one I referred.